|
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_Cycle
public class X_C_Cycle
Generated Model for C_Cycle
| 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_Cycle |
|---|
accessLevel, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_Cycle_ID, COLUMNNAME_Description, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Cycle(Properties ctx,
int C_Cycle_ID,
String trxName)
Standard Constructor |
|
X_C_Cycle(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_Cycle_ID()
Get Project Cycle. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_Cycle_ID(int C_Cycle_ID)
Set Project Cycle. |
void |
setDescription(String Description)
Set Description. |
void |
setName(String Name)
Set Name. |
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_Cycle(Properties ctx,
int C_Cycle_ID,
String trxName)
public X_C_Cycle(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_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_CycleExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_CycleC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_Cyclepublic void setC_Cycle_ID(int C_Cycle_ID)
setC_Cycle_ID in interface I_C_CycleC_Cycle_ID - Identifier for this Project Reporting Cyclepublic int getC_Cycle_ID()
getC_Cycle_ID in interface I_C_Cyclepublic void setDescription(String Description)
setDescription in interface I_C_CycleDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Cyclepublic void setName(String Name)
setName in interface I_C_CycleName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Cyclepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||