Adempiere 3.5.2a

org.compiere.model
Interface I_C_BP_Employee_Acct

All Known Implementing Classes:
X_C_BP_Employee_Acct

public interface I_C_BP_Employee_Acct

Generated Interface for C_BP_Employee_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_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_E_Expense_Acct
          Column name E_Expense_Acct
static String COLUMNNAME_E_Prepayment_Acct
          Column name E_Prepayment_Acct
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=184
static String Table_Name
          TableName=C_BP_Employee_Acct
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getE_Expense_Acct()
          Get Employee Expense.
 int getE_Prepayment_Acct()
          Get Employee Prepayment.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setE_Expense_Acct(int E_Expense_Acct)
          Set Employee Expense.
 void setE_Prepayment_Acct(int E_Prepayment_Acct)
          Set Employee Prepayment.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_BP_Employee_Acct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=184


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_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_E_Expense_Acct

static final String COLUMNNAME_E_Expense_Acct
Column name E_Expense_Acct

See Also:
Constant Field Values

COLUMNNAME_E_Prepayment_Acct

static final String COLUMNNAME_E_Prepayment_Acct
Column name E_Prepayment_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_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setE_Expense_Acct

void setE_Expense_Acct(int E_Expense_Acct)
Set Employee Expense. Account for Employee Expenses


getE_Expense_Acct

int getE_Expense_Acct()
Get Employee Expense. Account for Employee Expenses


setE_Prepayment_Acct

void setE_Prepayment_Acct(int E_Prepayment_Acct)
Set Employee Prepayment. Account for Employee Expense Prepayments


getE_Prepayment_Acct

int getE_Prepayment_Acct()
Get Employee Prepayment. Account for Employee Expense Prepayments


Adempiere 3.5.2a

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