|
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_CycleStep
public class X_C_CycleStep
Generated Model for C_CycleStep
| 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_CycleStep |
|---|
accessLevel, COLUMNNAME_C_Cycle_ID, COLUMNNAME_C_CycleStep_ID, COLUMNNAME_Name, COLUMNNAME_RelativeWeight, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_CycleStep(Properties ctx,
int C_CycleStep_ID,
String trxName)
Standard Constructor |
|
X_C_CycleStep(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Cycle_ID()
Get Project Cycle. |
I_C_Cycle |
getC_Cycle()
|
int |
getC_CycleStep_ID()
Get Cycle Step. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
BigDecimal |
getRelativeWeight()
Get Relative Weight. |
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_Cycle_ID(int C_Cycle_ID)
Set Project Cycle. |
void |
setC_CycleStep_ID(int C_CycleStep_ID)
Set Cycle Step. |
void |
setName(String Name)
Set Name. |
void |
setRelativeWeight(BigDecimal RelativeWeight)
Set Relative Weight. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
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_CycleStep(Properties ctx,
int C_CycleStep_ID,
String trxName)
public X_C_CycleStep(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 PO
public I_C_Cycle getC_Cycle()
throws Exception
getC_Cycle in interface I_C_CycleStepExceptionpublic void setC_Cycle_ID(int C_Cycle_ID)
setC_Cycle_ID in interface I_C_CycleStepC_Cycle_ID - Identifier for this Project Reporting Cyclepublic int getC_Cycle_ID()
getC_Cycle_ID in interface I_C_CycleSteppublic void setC_CycleStep_ID(int C_CycleStep_ID)
setC_CycleStep_ID in interface I_C_CycleStepC_CycleStep_ID - The step for this Cyclepublic int getC_CycleStep_ID()
getC_CycleStep_ID in interface I_C_CycleSteppublic void setName(String Name)
setName in interface I_C_CycleStepName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_CycleSteppublic KeyNamePair getKeyNamePair()
public void setRelativeWeight(BigDecimal RelativeWeight)
setRelativeWeight in interface I_C_CycleStepRelativeWeight - Relative weight of this step (0 = ignored)public BigDecimal getRelativeWeight()
getRelativeWeight in interface I_C_CycleSteppublic void setSeqNo(int SeqNo)
setSeqNo in interface I_C_CycleStepSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_C_CycleStep
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||