|
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_Phase
public class X_C_Phase
Generated Model for C_Phase
| Field Summary |
|---|
| 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 |
| Fields inherited from interface org.compiere.model.I_C_Phase |
|---|
accessLevel, COLUMNNAME_C_Phase_ID, COLUMNNAME_C_ProjectType_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, COLUMNNAME_SeqNo, COLUMNNAME_StandardQty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Phase(Properties ctx,
int C_Phase_ID,
String trxName)
Standard Constructor |
|
X_C_Phase(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Phase_ID()
Get Standard Phase. |
int |
getC_ProjectType_ID()
Get Project Type. |
I_C_ProjectType |
getC_ProjectType()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
BigDecimal |
getStandardQty()
Get Standard Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_Phase_ID(int C_Phase_ID)
Set Standard Phase. |
void |
setC_ProjectType_ID(int C_ProjectType_ID)
Set Project Type. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setStandardQty(BigDecimal StandardQty)
Set Standard Quantity. |
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 X_C_Phase(Properties ctx,
int C_Phase_ID,
String trxName)
public X_C_Phase(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setC_Phase_ID(int C_Phase_ID)
setC_Phase_ID in interface I_C_PhaseC_Phase_ID - Standard Phase of the Project Typepublic int getC_Phase_ID()
getC_Phase_ID in interface I_C_Phase
public I_C_ProjectType getC_ProjectType()
throws Exception
getC_ProjectType in interface I_C_PhaseExceptionpublic void setC_ProjectType_ID(int C_ProjectType_ID)
setC_ProjectType_ID in interface I_C_PhaseC_ProjectType_ID - Type of the projectpublic int getC_ProjectType_ID()
getC_ProjectType_ID in interface I_C_Phasepublic void setDescription(String Description)
setDescription in interface I_C_PhaseDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Phasepublic void setHelp(String Help)
setHelp in interface I_C_PhaseHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_C_Phase
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_C_PhaseExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_C_PhaseM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_C_Phasepublic void setName(String Name)
setName in interface I_C_PhaseName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Phasepublic KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
setSeqNo in interface I_C_PhaseSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_C_Phasepublic void setStandardQty(BigDecimal StandardQty)
setStandardQty in interface I_C_PhaseStandardQty - Standard Quantitypublic BigDecimal getStandardQty()
getStandardQty in interface I_C_Phase
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||