Uses of Class
org.compiere.model.MProjectPhase
-
Packages that use MProjectPhase Package Description org.compiere.model Provides for.... -
-
Uses of MProjectPhase in org.compiere.model
Methods in org.compiere.model that return MProjectPhase Modifier and Type Method Description MProjectPhase[]
MProject. getPhases()
Get Project PhasesMethods in org.compiere.model with parameters of type MProjectPhase Modifier and Type Method Description int
MProjectPhase. copyLinesFrom(MProjectPhase fromPhase)
Copy Lines from other Phase BF 3067850 - monhateint
MProjectPhase. copyTasksFrom(MProjectPhase fromPhase)
Copy Tasks from other Phase BF 3067850 - monhateConstructors in org.compiere.model with parameters of type MProjectPhase Constructor Description MProjectTask(MProjectPhase phase)
Parent ConstructorMProjectTask(MProjectPhase phase, MProjectTypeTask task)
Copy Constructor
-