|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_Currency
public class X_C_Currency
Generated Model for C_Currency
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=141 |
static String |
Table_Name
TableName=C_Currency |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_Currency(Ctx ctx,
int C_Currency_ID,
String trxName)
Standard Constructor |
|
X_C_Currency(Ctx 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(Ctx 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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_Currency(Ctx ctx,
int C_Currency_ID,
String trxName)
ctx - contextC_Currency_ID - idtrxName - transaction
public X_C_Currency(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setCostingPrecision(int CostingPrecision)
CostingPrecision - Rounding used costing calculationspublic int getCostingPrecision()
public void setCurSymbol(String CurSymbol)
CurSymbol - Symbol of the currency (opt used for printing only)public String getCurSymbol()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEMUEntryDate(Timestamp EMUEntryDate)
EMUEntryDate - Date when the currency joined / will join the EMUpublic Timestamp getEMUEntryDate()
public void setEMURate(BigDecimal EMURate)
EMURate - Official rate to the Europublic BigDecimal getEMURate()
public void setISO_Code(String ISO_Code)
ISO_Code - Three letter ISO 4217 Code of the Currencypublic String getISO_Code()
public KeyNamePair getKeyNamePair()
public void setIsEMUMember(boolean IsEMUMember)
IsEMUMember - This currency is member if the European Monetary Unionpublic boolean isEMUMember()
public void setIsEuro(boolean IsEuro)
IsEuro - This currency is the Europublic boolean isEuro()
public void setStdPrecision(int StdPrecision)
StdPrecision - Rule for rounding calculated amountspublic int getStdPrecision()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||