Uses of Class
org.compiere.model.MProjectType
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MProjectType in org.adempiere.apps.graph
ModifierConstructorDescriptionGraphColumn
(MProjectType pt, BigDecimal data, int id) Project Type Constructor -
Uses of MProjectType in org.compiere.model
Modifier and TypeMethodDescriptionstatic MProjectType
MProjectType.get
(int C_ProjectType_ID) Get MProjectType from Cache (immutable)static MProjectType
MProjectType.get
(Properties ctx, int C_ProjectType_ID) Get MProjectType from Cache (immutable)MProjectType.markImmutable()
Modifier and TypeMethodDescriptionint
MProject.copyPhasesFrom
(MProjectType type) Copy Phases from Project Typevoid
MProject.setProjectType
(MProjectType type) Set Project Type and Category.
If project type is Service Project (PROJECTCATEGORY_ServiceChargeProject), copy project Phase/Tasks from project type.ModifierConstructorDescriptionMProjectType
(Properties ctx, MProjectType copy) Copy constructorMProjectType
(Properties ctx, MProjectType copy, String trxName) Copy constructorMProjectType
(MProjectType copy) Copy constructor