Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_Currency_UU
Column name C_Currency_UUstatic String
COLUMNNAME_CostingPrecision
Column name CostingPrecisionstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CurSymbol
Column name CurSymbolstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EMUEntryDate
Column name EMUEntryDatestatic String
COLUMNNAME_EMURate
Column name EMURatestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsEMUMember
Column name IsEMUMemberstatic String
COLUMNNAME_IsEuro
Column name IsEurostatic String
COLUMNNAME_ISO_Code
Column name ISO_Codestatic String
COLUMNNAME_RoundOffFactor
Column name RoundOffFactorstatic String
COLUMNNAME_StdPrecision
Column name StdPrecisionstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=141static String
Table_Name
TableName=C_Currency
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getC_Currency_ID()
Get Currency.String
getC_Currency_UU()
Get C_Currency_UUint
getCostingPrecision()
Get Costing Precision.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.BigDecimal
getRoundOffFactor()
Get Round Off Factor.int
getStdPrecision()
Get Standard Precision.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isEMUMember()
Get EMU Member.boolean
isEuro()
Get The Euro Currency.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_Currency_UU(String C_Currency_UU)
Set C_Currency_UUvoid
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
setIsActive(boolean IsActive)
Set Active.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
setRoundOffFactor(BigDecimal RoundOffFactor)
Set Round Off Factor.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_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_C_Currency_UU
static final String COLUMNNAME_C_Currency_UU
Column name C_Currency_UU- See Also:
- Constant Field Values
-
COLUMNNAME_CostingPrecision
static final String COLUMNNAME_CostingPrecision
Column name CostingPrecision- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_RoundOffFactor
static final String COLUMNNAME_RoundOffFactor
Column name RoundOffFactor- See Also:
- Constant Field Values
-
COLUMNNAME_StdPrecision
static final String COLUMNNAME_StdPrecision
Column name StdPrecision- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
-
setC_Currency_UU
void setC_Currency_UU(String C_Currency_UU)
Set C_Currency_UU
-
getC_Currency_UU
String getC_Currency_UU()
Get C_Currency_UU
-
setCostingPrecision
void setCostingPrecision(int CostingPrecision)
Set Costing Precision. Rounding used costing calculations
-
getCostingPrecision
int getCostingPrecision()
Get Costing Precision. Rounding used costing calculations
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
setRoundOffFactor
void setRoundOffFactor(BigDecimal RoundOffFactor)
Set Round Off Factor. Used to Round Off Payment Amount
-
getRoundOffFactor
BigDecimal getRoundOffFactor()
Get Round Off Factor. Used to Round Off Payment Amount
-
setStdPrecision
void setStdPrecision(int StdPrecision)
Set Standard Precision. Rule for rounding calculated amounts
-
getStdPrecision
int getStdPrecision()
Get Standard Precision. Rule for rounding calculated amounts
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-