|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_Currency
public class X_C_Currency
Generated Model for C_Currency
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_Currency |
|---|
accessLevel, COLUMNNAME_C_Currency_ID, COLUMNNAME_CostingPrecision, COLUMNNAME_CurSymbol, COLUMNNAME_Description, COLUMNNAME_EMUEntryDate, COLUMNNAME_EMURate, COLUMNNAME_IsEMUMember, COLUMNNAME_IsEuro, COLUMNNAME_ISO_Code, COLUMNNAME_StdPrecision, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Currency(Properties ctx,
int C_Currency_ID,
String trxName)
Standard Constructor |
|
X_C_Currency(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getStdPrecision()
Get Standard Precision. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_Currency(Properties ctx,
int C_Currency_ID,
String trxName)
public X_C_Currency(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_CurrencyC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_Currencypublic void setCostingPrecision(int CostingPrecision)
setCostingPrecision in interface I_C_CurrencyCostingPrecision - Rounding used costing calculationspublic int getCostingPrecision()
getCostingPrecision in interface I_C_Currencypublic void setCurSymbol(String CurSymbol)
setCurSymbol in interface I_C_CurrencyCurSymbol - Symbol of the currency (opt used for printing only)public String getCurSymbol()
getCurSymbol in interface I_C_Currencypublic void setDescription(String Description)
setDescription in interface I_C_CurrencyDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Currencypublic void setEMUEntryDate(Timestamp EMUEntryDate)
setEMUEntryDate in interface I_C_CurrencyEMUEntryDate - Date when the currency joined / will join the EMUpublic Timestamp getEMUEntryDate()
getEMUEntryDate in interface I_C_Currencypublic void setEMURate(BigDecimal EMURate)
setEMURate in interface I_C_CurrencyEMURate - Official rate to the Europublic BigDecimal getEMURate()
getEMURate in interface I_C_Currencypublic void setIsEMUMember(boolean IsEMUMember)
setIsEMUMember in interface I_C_CurrencyIsEMUMember - This currency is member if the European Monetary Unionpublic boolean isEMUMember()
isEMUMember in interface I_C_Currencypublic void setIsEuro(boolean IsEuro)
setIsEuro in interface I_C_CurrencyIsEuro - This currency is the Europublic boolean isEuro()
isEuro in interface I_C_Currencypublic void setISO_Code(String ISO_Code)
setISO_Code in interface I_C_CurrencyISO_Code - Three letter ISO 4217 Code of the Currencypublic String getISO_Code()
getISO_Code in interface I_C_Currencypublic KeyNamePair getKeyNamePair()
public void setStdPrecision(int StdPrecision)
setStdPrecision in interface I_C_CurrencyStdPrecision - Rule for rounding calculated amountspublic int getStdPrecision()
getStdPrecision in interface I_C_Currency
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||