Package org.compiere.model
Interface I_C_Currency
-
- All Known Implementing Classes:
MCurrency,X_C_Currency
public interface I_C_CurrencyGenerated Interface for C_Currency- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_Currency_UUColumn name C_Currency_UUstatic StringCOLUMNNAME_CostingPrecisionColumn name CostingPrecisionstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CurSymbolColumn name CurSymbolstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EMUEntryDateColumn name EMUEntryDatestatic StringCOLUMNNAME_EMURateColumn name EMURatestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsEMUMemberColumn name IsEMUMemberstatic StringCOLUMNNAME_IsEuroColumn name IsEurostatic StringCOLUMNNAME_ISO_CodeColumn name ISO_Codestatic StringCOLUMNNAME_RoundOffFactorColumn name RoundOffFactorstatic StringCOLUMNNAME_StdPrecisionColumn name StdPrecisionstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=141static StringTable_NameTableName=C_Currency
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetC_Currency_ID()Get Currency.StringgetC_Currency_UU()Get C_Currency_UUintgetCostingPrecision()Get Costing Precision.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCurSymbol()Get Symbol.StringgetDescription()Get Description.TimestampgetEMUEntryDate()Get EMU Entry Date.BigDecimalgetEMURate()Get EMU Rate.StringgetISO_Code()Get ISO Currency Code.BigDecimalgetRoundOffFactor()Get Round Off Factor.intgetStdPrecision()Get Standard Precision.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisEMUMember()Get EMU Member.booleanisEuro()Get The Euro Currency.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_Currency_UU(String C_Currency_UU)Set C_Currency_UUvoidsetCostingPrecision(int CostingPrecision)Set Costing Precision.voidsetCurSymbol(String CurSymbol)Set Symbol.voidsetDescription(String Description)Set Description.voidsetEMUEntryDate(Timestamp EMUEntryDate)Set EMU Entry Date.voidsetEMURate(BigDecimal EMURate)Set EMU Rate.voidsetIsActive(boolean IsActive)Set Active.voidsetIsEMUMember(boolean IsEMUMember)Set EMU Member.voidsetIsEuro(boolean IsEuro)Set The Euro Currency.voidsetISO_Code(String ISO_Code)Set ISO Currency Code.voidsetRoundOffFactor(BigDecimal RoundOffFactor)Set Round Off Factor.voidsetStdPrecision(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
-
-