Adempiere 3.5.2a

org.compiere.model
Interface I_C_Currency_Acct

All Known Implementing Classes:
MCurrencyAcct, X_C_Currency_Acct

public interface I_C_Currency_Acct

Generated Interface for C_Currency_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_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_RealizedGain_Acct
          Column name RealizedGain_Acct
static String COLUMNNAME_RealizedLoss_Acct
          Column name RealizedLoss_Acct
static String COLUMNNAME_UnrealizedGain_Acct
          Column name UnrealizedGain_Acct
static String COLUMNNAME_UnrealizedLoss_Acct
          Column name UnrealizedLoss_Acct
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=638
static String Table_Name
          TableName=C_Currency_Acct
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getRealizedGain_Acct()
          Get Realized Gain Acct.
 int getRealizedLoss_Acct()
          Get Realized Loss Acct.
 int getUnrealizedGain_Acct()
          Get Unrealized Gain Acct.
 int getUnrealizedLoss_Acct()
          Get Unrealized Loss Acct.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setRealizedGain_Acct(int RealizedGain_Acct)
          Set Realized Gain Acct.
 void setRealizedLoss_Acct(int RealizedLoss_Acct)
          Set Realized Loss Acct.
 void setUnrealizedGain_Acct(int UnrealizedGain_Acct)
          Set Unrealized Gain Acct.
 void setUnrealizedLoss_Acct(int UnrealizedLoss_Acct)
          Set Unrealized Loss Acct.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Currency_Acct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=638


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_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_RealizedGain_Acct

static final String COLUMNNAME_RealizedGain_Acct
Column name RealizedGain_Acct

See Also:
Constant Field Values

COLUMNNAME_RealizedLoss_Acct

static final String COLUMNNAME_RealizedLoss_Acct
Column name RealizedLoss_Acct

See Also:
Constant Field Values

COLUMNNAME_UnrealizedGain_Acct

static final String COLUMNNAME_UnrealizedGain_Acct
Column name UnrealizedGain_Acct

See Also:
Constant Field Values

COLUMNNAME_UnrealizedLoss_Acct

static final String COLUMNNAME_UnrealizedLoss_Acct
Column name UnrealizedLoss_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_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setRealizedGain_Acct

void setRealizedGain_Acct(int RealizedGain_Acct)
Set Realized Gain Acct. Realized Gain Account


getRealizedGain_Acct

int getRealizedGain_Acct()
Get Realized Gain Acct. Realized Gain Account


setRealizedLoss_Acct

void setRealizedLoss_Acct(int RealizedLoss_Acct)
Set Realized Loss Acct. Realized Loss Account


getRealizedLoss_Acct

int getRealizedLoss_Acct()
Get Realized Loss Acct. Realized Loss Account


setUnrealizedGain_Acct

void setUnrealizedGain_Acct(int UnrealizedGain_Acct)
Set Unrealized Gain Acct. Unrealized Gain Account for currency revaluation


getUnrealizedGain_Acct

int getUnrealizedGain_Acct()
Get Unrealized Gain Acct. Unrealized Gain Account for currency revaluation


setUnrealizedLoss_Acct

void setUnrealizedLoss_Acct(int UnrealizedLoss_Acct)
Set Unrealized Loss Acct. Unrealized Loss Account for currency revaluation


getUnrealizedLoss_Acct

int getUnrealizedLoss_Acct()
Get Unrealized Loss Acct. Unrealized Loss Account for currency revaluation


Adempiere 3.5.2a

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