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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_Currency_UUstatic final String
Column name CostingPrecisionstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CurSymbolstatic final String
Column name Descriptionstatic final String
Column name EMUEntryDatestatic final String
Column name EMURatestatic final String
Column name IsActivestatic final String
Column name IsEMUMemberstatic final String
Column name IsEurostatic final String
Column name ISO_Codestatic final String
Column name RoundOffFactorstatic final String
Column name StdPrecisionstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=141static final String
TableName=C_Currency -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Currency.Get C_Currency_UUint
Get Costing Precision.Get Created.int
Get Created By.Get Symbol.Get Description.Get EMU Entry Date.Get EMU Rate.Get ISO Currency Code.Get Round Off Factor.int
Get Standard Precision.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
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 Details
-
Table_Name
TableName=C_Currency- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=141- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_Currency_UU
Column name C_Currency_UU- See Also:
-
COLUMNNAME_CostingPrecision
Column name CostingPrecision- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CurSymbol
Column name CurSymbol- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EMUEntryDate
Column name EMUEntryDate- See Also:
-
COLUMNNAME_EMURate
Column name EMURate- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsEMUMember
Column name IsEMUMember- See Also:
-
COLUMNNAME_IsEuro
Column name IsEuro- See Also:
-
COLUMNNAME_ISO_Code
Column name ISO_Code- See Also:
-
COLUMNNAME_RoundOffFactor
Column name RoundOffFactor- See Also:
-
COLUMNNAME_StdPrecision
Column name StdPrecision- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
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
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
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEMUEntryDate
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
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
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
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
-