|
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_SubAcct
public class X_C_SubAcct
Generated Model for C_SubAcct
| 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_SubAcct |
|---|
accessLevel, COLUMNNAME_C_ElementValue_ID, COLUMNNAME_C_SubAcct_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_Name, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_SubAcct(Properties ctx,
int C_SubAcct_ID,
String trxName)
Standard Constructor |
|
X_C_SubAcct(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_ElementValue_ID()
Get Account Element. |
I_C_ElementValue |
getC_ElementValue()
|
int |
getC_SubAcct_ID()
Get Sub Account. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. |
void |
setC_SubAcct_ID(int C_SubAcct_ID)
Set Sub Account. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setName(String Name)
Set Name. |
void |
setValue(String Value)
Set Search Key. |
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_SubAcct(Properties ctx,
int C_SubAcct_ID,
String trxName)
public X_C_SubAcct(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_ElementValue getC_ElementValue()
throws Exception
getC_ElementValue in interface I_C_SubAcctExceptionpublic void setC_ElementValue_ID(int C_ElementValue_ID)
setC_ElementValue_ID in interface I_C_SubAcctC_ElementValue_ID - Account Elementpublic int getC_ElementValue_ID()
getC_ElementValue_ID in interface I_C_SubAcctpublic void setC_SubAcct_ID(int C_SubAcct_ID)
setC_SubAcct_ID in interface I_C_SubAcctC_SubAcct_ID - Sub account for Element Valuepublic int getC_SubAcct_ID()
getC_SubAcct_ID in interface I_C_SubAcctpublic void setDescription(String Description)
setDescription in interface I_C_SubAcctDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_SubAcctpublic void setHelp(String Help)
setHelp in interface I_C_SubAcctHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_C_SubAcctpublic void setName(String Name)
setName in interface I_C_SubAcctName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_SubAcctpublic void setValue(String Value)
setValue in interface I_C_SubAcctValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_C_SubAcctpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||