|
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_GL_Fund
public class X_GL_Fund
Generated Model for GL_Fund
| 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_GL_Fund |
|---|
accessLevel, COLUMNNAME_Amt, COLUMNNAME_C_AcctSchema_ID, COLUMNNAME_DateFrom, COLUMNNAME_DateTo, COLUMNNAME_Description, COLUMNNAME_GL_Fund_ID, COLUMNNAME_Help, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_GL_Fund(Properties ctx,
int GL_Fund_ID,
String trxName)
Standard Constructor |
|
X_GL_Fund(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmt()
Get Amount. |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
Timestamp |
getDateFrom()
Get Date From. |
Timestamp |
getDateTo()
Get Date To. |
String |
getDescription()
Get Description. |
int |
getGL_Fund_ID()
Get GL Fund. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setDateFrom(Timestamp DateFrom)
Set Date From. |
void |
setDateTo(Timestamp DateTo)
Set Date To. |
void |
setDescription(String Description)
Set Description. |
void |
setGL_Fund_ID(int GL_Fund_ID)
Set GL Fund. |
void |
setHelp(String Help)
Set Comment/Help. |
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_GL_Fund(Properties ctx,
int GL_Fund_ID,
String trxName)
public X_GL_Fund(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 setAmt(BigDecimal Amt)
setAmt in interface I_GL_FundAmt - Amountpublic BigDecimal getAmt()
getAmt in interface I_GL_Fund
public I_C_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_GL_FundExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_GL_FundC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_GL_Fundpublic void setDateFrom(Timestamp DateFrom)
setDateFrom in interface I_GL_FundDateFrom - Starting date for a rangepublic Timestamp getDateFrom()
getDateFrom in interface I_GL_Fundpublic void setDateTo(Timestamp DateTo)
setDateTo in interface I_GL_FundDateTo - End date of a date rangepublic Timestamp getDateTo()
getDateTo in interface I_GL_Fundpublic void setDescription(String Description)
setDescription in interface I_GL_FundDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_GL_Fundpublic void setGL_Fund_ID(int GL_Fund_ID)
setGL_Fund_ID in interface I_GL_FundGL_Fund_ID - General Ledger Funds Controlpublic int getGL_Fund_ID()
getGL_Fund_ID in interface I_GL_Fundpublic void setHelp(String Help)
setHelp in interface I_GL_FundHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_GL_Fundpublic void setName(String Name)
setName in interface I_GL_FundName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_GL_Fundpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||