Adempiere 3.5.2a

org.compiere.model
Interface I_C_Charge_Acct

All Known Implementing Classes:
X_C_Charge_Acct

public interface I_C_Charge_Acct

Generated Interface for C_Charge_Acct

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_Ch_Expense_Acct
          Column name Ch_Expense_Acct
static String COLUMNNAME_Ch_Revenue_Acct
          Column name Ch_Revenue_Acct
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=396
static String Table_Name
          TableName=C_Charge_Acct
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getCh_Expense_Acct()
          Get Charge Expense.
 int getCh_Revenue_Acct()
          Get Charge Revenue.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setCh_Expense_Acct(int Ch_Expense_Acct)
          Set Charge Expense.
 void setCh_Revenue_Acct(int Ch_Revenue_Acct)
          Set Charge Revenue.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Charge_Acct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=396


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_Ch_Expense_Acct

static final String COLUMNNAME_Ch_Expense_Acct
Column name Ch_Expense_Acct

See Also:
Constant Field Values

COLUMNNAME_Ch_Revenue_Acct

static final String COLUMNNAME_Ch_Revenue_Acct
Column name Ch_Revenue_Acct

See Also:
Constant Field Values
Method Detail

setC_AcctSchema_ID

void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting


getC_AcctSchema_ID

int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting


getC_AcctSchema

I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Throws:
Exception

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       throws Exception
Throws:
Exception

setCh_Expense_Acct

void setCh_Expense_Acct(int Ch_Expense_Acct)
Set Charge Expense. Charge Expense Account


getCh_Expense_Acct

int getCh_Expense_Acct()
Get Charge Expense. Charge Expense Account


setCh_Revenue_Acct

void setCh_Revenue_Acct(int Ch_Revenue_Acct)
Set Charge Revenue. Charge Revenue Account


getCh_Revenue_Acct

int getCh_Revenue_Acct()
Get Charge Revenue. Charge Revenue Account


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.