|
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_BP_Group_Acct
public class X_C_BP_Group_Acct
Generated Model for C_BP_Group_Acct
| 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 |
| Constructor Summary | |
|---|---|
X_C_BP_Group_Acct(Properties ctx,
int C_BP_Group_Acct_ID,
String trxName)
Standard Constructor |
|
X_C_BP_Group_Acct(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
int |
getC_BP_Group_ID()
Get Business Partner Group. |
I_C_BP_Group |
getC_BP_Group()
|
int |
getC_Prepayment_Acct()
Get Customer Prepayment. |
int |
getC_Receivable_Acct()
Get Customer Receivables. |
int |
getC_Receivable_Services_Acct()
Get Receivable Services. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getNotInvoicedReceipts_Acct()
Get Not-invoiced Receipts. |
int |
getNotInvoicedReceivables_Acct()
Get Not-invoiced Receivables. |
int |
getNotInvoicedRevenue_Acct()
Get Not-invoiced Revenue. |
int |
getPayDiscount_Exp_Acct()
Get Payment Discount Expense. |
int |
getPayDiscount_Rev_Acct()
Get Payment Discount Revenue. |
int |
getUnEarnedRevenue_Acct()
Get Unearned Revenue. |
int |
getV_Liability_Acct()
Get Vendor Liability. |
int |
getV_Liability_Services_Acct()
Get Vendor Service Liability. |
int |
getV_Prepayment_Acct()
Get Vendor Prepayment. |
int |
getWriteOff_Acct()
Get Write-off. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group. |
void |
setC_Prepayment_Acct(int C_Prepayment_Acct)
Set Customer Prepayment. |
void |
setC_Receivable_Acct(int C_Receivable_Acct)
Set Customer Receivables. |
void |
setC_Receivable_Services_Acct(int C_Receivable_Services_Acct)
Set Receivable Services. |
void |
setNotInvoicedReceipts_Acct(int NotInvoicedReceipts_Acct)
Set Not-invoiced Receipts. |
void |
setNotInvoicedReceivables_Acct(int NotInvoicedReceivables_Acct)
Set Not-invoiced Receivables. |
void |
setNotInvoicedRevenue_Acct(int NotInvoicedRevenue_Acct)
Set Not-invoiced Revenue. |
void |
setPayDiscount_Exp_Acct(int PayDiscount_Exp_Acct)
Set Payment Discount Expense. |
void |
setPayDiscount_Rev_Acct(int PayDiscount_Rev_Acct)
Set Payment Discount Revenue. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setUnEarnedRevenue_Acct(int UnEarnedRevenue_Acct)
Set Unearned Revenue. |
void |
setV_Liability_Acct(int V_Liability_Acct)
Set Vendor Liability. |
void |
setV_Liability_Services_Acct(int V_Liability_Services_Acct)
Set Vendor Service Liability. |
void |
setV_Prepayment_Acct(int V_Prepayment_Acct)
Set Vendor Prepayment. |
void |
setWriteOff_Acct(int WriteOff_Acct)
Set Write-off. |
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_BP_Group_Acct(Properties ctx,
int C_BP_Group_Acct_ID,
String trxName)
public X_C_BP_Group_Acct(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_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_C_BP_Group_AcctExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_C_BP_Group_AcctC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_C_BP_Group_Acct
public I_C_BP_Group getC_BP_Group()
throws Exception
getC_BP_Group in interface I_C_BP_Group_AcctExceptionpublic void setC_BP_Group_ID(int C_BP_Group_ID)
setC_BP_Group_ID in interface I_C_BP_Group_AcctC_BP_Group_ID - Business Partner Grouppublic int getC_BP_Group_ID()
getC_BP_Group_ID in interface I_C_BP_Group_Acctpublic KeyNamePair getKeyNamePair()
public void setC_Prepayment_Acct(int C_Prepayment_Acct)
setC_Prepayment_Acct in interface I_C_BP_Group_AcctC_Prepayment_Acct - Account for customer prepaymentspublic int getC_Prepayment_Acct()
getC_Prepayment_Acct in interface I_C_BP_Group_Acctpublic void setC_Receivable_Acct(int C_Receivable_Acct)
setC_Receivable_Acct in interface I_C_BP_Group_AcctC_Receivable_Acct - Account for Customer Receivablespublic int getC_Receivable_Acct()
getC_Receivable_Acct in interface I_C_BP_Group_Acctpublic void setC_Receivable_Services_Acct(int C_Receivable_Services_Acct)
setC_Receivable_Services_Acct in interface I_C_BP_Group_AcctC_Receivable_Services_Acct - Customer Accounts Receivables Services Accountpublic int getC_Receivable_Services_Acct()
getC_Receivable_Services_Acct in interface I_C_BP_Group_Acctpublic void setNotInvoicedReceipts_Acct(int NotInvoicedReceipts_Acct)
setNotInvoicedReceipts_Acct in interface I_C_BP_Group_AcctNotInvoicedReceipts_Acct - Account for not-invoiced Material Receiptspublic int getNotInvoicedReceipts_Acct()
getNotInvoicedReceipts_Acct in interface I_C_BP_Group_Acctpublic void setNotInvoicedReceivables_Acct(int NotInvoicedReceivables_Acct)
setNotInvoicedReceivables_Acct in interface I_C_BP_Group_AcctNotInvoicedReceivables_Acct - Account for not invoiced Receivablespublic int getNotInvoicedReceivables_Acct()
getNotInvoicedReceivables_Acct in interface I_C_BP_Group_Acctpublic void setNotInvoicedRevenue_Acct(int NotInvoicedRevenue_Acct)
setNotInvoicedRevenue_Acct in interface I_C_BP_Group_AcctNotInvoicedRevenue_Acct - Account for not invoiced Revenuepublic int getNotInvoicedRevenue_Acct()
getNotInvoicedRevenue_Acct in interface I_C_BP_Group_Acctpublic void setPayDiscount_Exp_Acct(int PayDiscount_Exp_Acct)
setPayDiscount_Exp_Acct in interface I_C_BP_Group_AcctPayDiscount_Exp_Acct - Payment Discount Expense Accountpublic int getPayDiscount_Exp_Acct()
getPayDiscount_Exp_Acct in interface I_C_BP_Group_Acctpublic void setPayDiscount_Rev_Acct(int PayDiscount_Rev_Acct)
setPayDiscount_Rev_Acct in interface I_C_BP_Group_AcctPayDiscount_Rev_Acct - Payment Discount Revenue Accountpublic int getPayDiscount_Rev_Acct()
getPayDiscount_Rev_Acct in interface I_C_BP_Group_Acctpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_BP_Group_AcctProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_BP_Group_Acctpublic void setUnEarnedRevenue_Acct(int UnEarnedRevenue_Acct)
setUnEarnedRevenue_Acct in interface I_C_BP_Group_AcctUnEarnedRevenue_Acct - Account for unearned revenuepublic int getUnEarnedRevenue_Acct()
getUnEarnedRevenue_Acct in interface I_C_BP_Group_Acctpublic void setV_Liability_Acct(int V_Liability_Acct)
setV_Liability_Acct in interface I_C_BP_Group_AcctV_Liability_Acct - Account for Vendor Liabilitypublic int getV_Liability_Acct()
getV_Liability_Acct in interface I_C_BP_Group_Acctpublic void setV_Liability_Services_Acct(int V_Liability_Services_Acct)
setV_Liability_Services_Acct in interface I_C_BP_Group_AcctV_Liability_Services_Acct - Account for Vender Service Liabilitypublic int getV_Liability_Services_Acct()
getV_Liability_Services_Acct in interface I_C_BP_Group_Acctpublic void setV_Prepayment_Acct(int V_Prepayment_Acct)
setV_Prepayment_Acct in interface I_C_BP_Group_AcctV_Prepayment_Acct - Account for Vendor Prepaymentspublic int getV_Prepayment_Acct()
getV_Prepayment_Acct in interface I_C_BP_Group_Acctpublic void setWriteOff_Acct(int WriteOff_Acct)
setWriteOff_Acct in interface I_C_BP_Group_AcctWriteOff_Acct - Account for Receivables write-offpublic int getWriteOff_Acct()
getWriteOff_Acct in interface I_C_BP_Group_Acct
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||