|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_ProjectPhase
org.compiere.model.MProjectPhase
public class MProjectPhase
Project Phase Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_ProjectPhase |
|---|
PROJINVOICERULE_AD_Reference_ID, PROJINVOICERULE_CommittedAmount, PROJINVOICERULE_None, PROJINVOICERULE_ProductQuantity, PROJINVOICERULE_TimeMaterial, PROJINVOICERULE_TimeMaterialMaxComitted |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MProjectPhase(MProject project)
Parent Constructor |
|
MProjectPhase(MProject project,
MProjectTypePhase phase)
Copy Constructor |
|
MProjectPhase(Properties ctx,
int C_ProjectPhase_ID,
String trxName)
Standard Constructor |
|
MProjectPhase(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
copyTasksFrom(MProjectPhase fromPhase)
Copy Tasks from other Phase |
int |
copyTasksFrom(MProjectTypePhase fromPhase)
Copy Tasks from other Phase |
MProjectTask[] |
getTasks()
Get Project Phase Tasks. |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MProjectPhase(Properties ctx,
int C_ProjectPhase_ID,
String trxName)
ctx - contextC_ProjectPhase_ID - idtrxName - transaction
public MProjectPhase(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MProjectPhase(MProject project)
project - parent
public MProjectPhase(MProject project,
MProjectTypePhase phase)
project - parentphase - copy| Method Detail |
|---|
public MProjectTask[] getTasks()
public int copyTasksFrom(MProjectPhase fromPhase)
fromPhase - from phase
public int copyTasksFrom(MProjectTypePhase fromPhase)
fromPhase - from phase
public String toString()
toString in class X_C_ProjectPhase
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||