Adempiere 3.5.2a

org.compiere.model
Interface I_C_Currency

All Known Implementing Classes:
MCurrency, X_C_Currency

public interface I_C_Currency

Generated Interface for C_Currency

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_CostingPrecision
          Column name CostingPrecision
static String COLUMNNAME_CurSymbol
          Column name CurSymbol
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EMUEntryDate
          Column name EMUEntryDate
static String COLUMNNAME_EMURate
          Column name EMURate
static String COLUMNNAME_IsEMUMember
          Column name IsEMUMember
static String COLUMNNAME_IsEuro
          Column name IsEuro
static String COLUMNNAME_ISO_Code
          Column name ISO_Code
static String COLUMNNAME_StdPrecision
          Column name StdPrecision
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=141
static String Table_Name
          TableName=C_Currency
 
Method Summary
 int getC_Currency_ID()
          Get Currency.
 int getCostingPrecision()
          Get Costing Precision.
 String getCurSymbol()
          Get Symbol.
 String getDescription()
          Get Description.
 Timestamp getEMUEntryDate()
          Get EMU Entry Date.
 BigDecimal getEMURate()
          Get EMU Rate.
 String getISO_Code()
          Get ISO Currency Code.
 int getStdPrecision()
          Get Standard Precision.
 boolean isEMUMember()
          Get EMU Member.
 boolean isEuro()
          Get The Euro Currency.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setCostingPrecision(int CostingPrecision)
          Set Costing Precision.
 void setCurSymbol(String CurSymbol)
          Set Symbol.
 void setDescription(String Description)
          Set Description.
 void setEMUEntryDate(Timestamp EMUEntryDate)
          Set EMU Entry Date.
 void setEMURate(BigDecimal EMURate)
          Set EMU Rate.
 void setIsEMUMember(boolean IsEMUMember)
          Set EMU Member.
 void setIsEuro(boolean IsEuro)
          Set The Euro Currency.
 void setISO_Code(String ISO_Code)
          Set ISO Currency Code.
 void setStdPrecision(int StdPrecision)
          Set Standard Precision.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Currency

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=141


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_CostingPrecision

static final String COLUMNNAME_CostingPrecision
Column name CostingPrecision

See Also:
Constant Field Values

COLUMNNAME_CurSymbol

static final String COLUMNNAME_CurSymbol
Column name CurSymbol

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EMUEntryDate

static final String COLUMNNAME_EMUEntryDate
Column name EMUEntryDate

See Also:
Constant Field Values

COLUMNNAME_EMURate

static final String COLUMNNAME_EMURate
Column name EMURate

See Also:
Constant Field Values

COLUMNNAME_IsEMUMember

static final String COLUMNNAME_IsEMUMember
Column name IsEMUMember

See Also:
Constant Field Values

COLUMNNAME_IsEuro

static final String COLUMNNAME_IsEuro
Column name IsEuro

See Also:
Constant Field Values

COLUMNNAME_ISO_Code

static final String COLUMNNAME_ISO_Code
Column name ISO_Code

See Also:
Constant Field Values

COLUMNNAME_StdPrecision

static final String COLUMNNAME_StdPrecision
Column name StdPrecision

See Also:
Constant Field Values
Method Detail

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


setCostingPrecision

void setCostingPrecision(int CostingPrecision)
Set Costing Precision. Rounding used costing calculations


getCostingPrecision

int getCostingPrecision()
Get Costing Precision. Rounding used costing calculations


setCurSymbol

void setCurSymbol(String CurSymbol)
Set Symbol. Symbol of the currency (opt used for printing only)


getCurSymbol

String getCurSymbol()
Get Symbol. Symbol of the currency (opt used for printing only)


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEMUEntryDate

void setEMUEntryDate(Timestamp EMUEntryDate)
Set EMU Entry Date. Date when the currency joined / will join the EMU


getEMUEntryDate

Timestamp getEMUEntryDate()
Get EMU Entry Date. Date when the currency joined / will join the EMU


setEMURate

void setEMURate(BigDecimal EMURate)
Set EMU Rate. Official rate to the Euro


getEMURate

BigDecimal getEMURate()
Get EMU Rate. Official rate to the Euro


setIsEMUMember

void setIsEMUMember(boolean IsEMUMember)
Set EMU Member. This currency is member if the European Monetary Union


isEMUMember

boolean isEMUMember()
Get EMU Member. This currency is member if the European Monetary Union


setIsEuro

void setIsEuro(boolean IsEuro)
Set The Euro Currency. This currency is the Euro


isEuro

boolean isEuro()
Get The Euro Currency. This currency is the Euro


setISO_Code

void setISO_Code(String ISO_Code)
Set ISO Currency Code. Three letter ISO 4217 Code of the Currency


getISO_Code

String getISO_Code()
Get ISO Currency Code. Three letter ISO 4217 Code of the Currency


setStdPrecision

void setStdPrecision(int StdPrecision)
Set Standard Precision. Rule for rounding calculated amounts


getStdPrecision

int getStdPrecision()
Get Standard Precision. Rule for rounding calculated amounts


Adempiere 3.5.2a

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