|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_Fact_Acct_Balance
Generated Interface for Fact_Acct_Balance
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_Account_ID
Column name Account_ID |
static String |
COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID |
static String |
COLUMNNAME_AmtAcctCr
Column name AmtAcctCr |
static String |
COLUMNNAME_AmtAcctDr
Column name AmtAcctDr |
static String |
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID |
static String |
COLUMNNAME_C_Activity_ID
Column name C_Activity_ID |
static String |
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID |
static String |
COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID |
static String |
COLUMNNAME_C_LocFrom_ID
Column name C_LocFrom_ID |
static String |
COLUMNNAME_C_LocTo_ID
Column name C_LocTo_ID |
static String |
COLUMNNAME_C_Project_ID
Column name C_Project_ID |
static String |
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID |
static String |
COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_ID |
static String |
COLUMNNAME_C_SalesRegion_ID
Column name C_SalesRegion_ID |
static String |
COLUMNNAME_C_SubAcct_ID
Column name C_SubAcct_ID |
static String |
COLUMNNAME_DateAcct
Column name DateAcct |
static String |
COLUMNNAME_GL_Budget_ID
Column name GL_Budget_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_PostingType
Column name PostingType |
static String |
COLUMNNAME_Qty
Column name Qty |
static String |
COLUMNNAME_User1_ID
Column name User1_ID |
static String |
COLUMNNAME_User2_ID
Column name User2_ID |
static String |
COLUMNNAME_UserElement1_ID
Column name UserElement1_ID |
static String |
COLUMNNAME_UserElement2_ID
Column name UserElement2_ID |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=547 |
static String |
Table_Name
TableName=Fact_Acct_Balance |
| Method Summary | |
|---|---|
int |
getAccount_ID()
Get Account. |
int |
getAD_OrgTrx_ID()
Get Trx Organization. |
BigDecimal |
getAmtAcctCr()
Get Accounted Credit. |
BigDecimal |
getAmtAcctDr()
Get Accounted Debit. |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
int |
getC_Activity_ID()
Get Activity. |
I_C_Activity |
getC_Activity()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Campaign_ID()
Get Campaign. |
I_C_Campaign |
getC_Campaign()
|
int |
getC_LocFrom_ID()
Get Location From. |
int |
getC_LocTo_ID()
Get Location To. |
int |
getC_Project_ID()
Get Project. |
I_C_Project |
getC_Project()
|
int |
getC_ProjectPhase_ID()
Get Project Phase. |
I_C_ProjectPhase |
getC_ProjectPhase()
|
int |
getC_ProjectTask_ID()
Get Project Task. |
I_C_ProjectTask |
getC_ProjectTask()
|
int |
getC_SalesRegion_ID()
Get Sales Region. |
I_C_SalesRegion |
getC_SalesRegion()
|
int |
getC_SubAcct_ID()
Get Sub Account. |
I_C_SubAcct |
getC_SubAcct()
|
Timestamp |
getDateAcct()
Get Account Date. |
int |
getGL_Budget_ID()
Get Budget. |
I_GL_Budget |
getGL_Budget()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getPostingType()
Get PostingType. |
BigDecimal |
getQty()
Get Quantity. |
int |
getUser1_ID()
Get User List 1. |
int |
getUser2_ID()
Get User List 2. |
int |
getUserElement1_ID()
Get User Element 1. |
int |
getUserElement2_ID()
Get User Element 2. |
void |
setAccount_ID(int Account_ID)
Set Account. |
void |
setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. |
void |
setAmtAcctCr(BigDecimal AmtAcctCr)
Set Accounted Credit. |
void |
setAmtAcctDr(BigDecimal AmtAcctDr)
Set Accounted Debit. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_Activity_ID(int C_Activity_ID)
Set Activity. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. |
void |
setC_LocFrom_ID(int C_LocFrom_ID)
Set Location From. |
void |
setC_LocTo_ID(int C_LocTo_ID)
Set Location To. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase. |
void |
setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task. |
void |
setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region. |
void |
setC_SubAcct_ID(int C_SubAcct_ID)
Set Sub Account. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setGL_Budget_ID(int GL_Budget_ID)
Set Budget. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setUser1_ID(int User1_ID)
Set User List 1. |
void |
setUser2_ID(int User2_ID)
Set User List 2. |
void |
setUserElement1_ID(int UserElement1_ID)
Set User Element 1. |
void |
setUserElement2_ID(int UserElement2_ID)
Set User Element 2. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_OrgTrx_ID
static final String COLUMNNAME_Account_ID
static final String COLUMNNAME_AmtAcctCr
static final String COLUMNNAME_AmtAcctDr
static final String COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_Activity_ID
static final String COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_Campaign_ID
static final String COLUMNNAME_C_LocFrom_ID
static final String COLUMNNAME_C_LocTo_ID
static final String COLUMNNAME_C_ProjectPhase_ID
static final String COLUMNNAME_C_ProjectTask_ID
static final String COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_SalesRegion_ID
static final String COLUMNNAME_C_SubAcct_ID
static final String COLUMNNAME_DateAcct
static final String COLUMNNAME_GL_Budget_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_PostingType
static final String COLUMNNAME_Qty
static final String COLUMNNAME_User1_ID
static final String COLUMNNAME_User2_ID
static final String COLUMNNAME_UserElement1_ID
static final String COLUMNNAME_UserElement2_ID
| Method Detail |
|---|
void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
int getAD_OrgTrx_ID()
void setAccount_ID(int Account_ID)
int getAccount_ID()
void setAmtAcctCr(BigDecimal AmtAcctCr)
BigDecimal getAmtAcctCr()
void setAmtAcctDr(BigDecimal AmtAcctDr)
BigDecimal getAmtAcctDr()
void setC_AcctSchema_ID(int C_AcctSchema_ID)
int getC_AcctSchema_ID()
I_C_AcctSchema getC_AcctSchema()
throws Exception
Exceptionvoid setC_Activity_ID(int C_Activity_ID)
int getC_Activity_ID()
I_C_Activity getC_Activity()
throws Exception
Exceptionvoid setC_BPartner_ID(int C_BPartner_ID)
int getC_BPartner_ID()
I_C_BPartner getC_BPartner()
throws Exception
Exceptionvoid setC_Campaign_ID(int C_Campaign_ID)
int getC_Campaign_ID()
I_C_Campaign getC_Campaign()
throws Exception
Exceptionvoid setC_LocFrom_ID(int C_LocFrom_ID)
int getC_LocFrom_ID()
void setC_LocTo_ID(int C_LocTo_ID)
int getC_LocTo_ID()
void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
int getC_ProjectPhase_ID()
I_C_ProjectPhase getC_ProjectPhase()
throws Exception
Exceptionvoid setC_ProjectTask_ID(int C_ProjectTask_ID)
int getC_ProjectTask_ID()
I_C_ProjectTask getC_ProjectTask()
throws Exception
Exceptionvoid setC_Project_ID(int C_Project_ID)
int getC_Project_ID()
I_C_Project getC_Project()
throws Exception
Exceptionvoid setC_SalesRegion_ID(int C_SalesRegion_ID)
int getC_SalesRegion_ID()
I_C_SalesRegion getC_SalesRegion()
throws Exception
Exceptionvoid setC_SubAcct_ID(int C_SubAcct_ID)
int getC_SubAcct_ID()
I_C_SubAcct getC_SubAcct()
throws Exception
Exceptionvoid setDateAcct(Timestamp DateAcct)
Timestamp getDateAcct()
void setGL_Budget_ID(int GL_Budget_ID)
int getGL_Budget_ID()
I_GL_Budget getGL_Budget()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setPostingType(String PostingType)
String getPostingType()
void setQty(BigDecimal Qty)
BigDecimal getQty()
void setUser1_ID(int User1_ID)
int getUser1_ID()
void setUser2_ID(int User2_ID)
int getUser2_ID()
void setUserElement1_ID(int UserElement1_ID)
int getUserElement1_ID()
void setUserElement2_ID(int UserElement2_ID)
int getUserElement2_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||