|
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
org.compiere.model.MCurrency
public class MCurrency
Currency Model.
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_Currency |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MCurrency(Ctx ctx,
int C_Currency_ID,
String trxName)
Currency Constructor |
|
MCurrency(Ctx ctx,
ResultSet rs,
String trxName)
Currency Constructor |
|
MCurrency(Ctx ctx,
String ISO_Code,
String Description,
String CurSymbol,
int StdPrecision,
int CostingPrecision,
String trxName)
Currency Constructor |
|
| Method Summary | |
|---|---|
static MCurrency |
get(Ctx ctx,
int C_Currency_ID)
Get Currency |
static String |
getISO_Code(Ctx ctx,
int C_Currency_ID)
Get Currency Iso Code. |
static int |
getStdPrecision(Ctx ctx,
int C_Currency_ID)
Get Standard Precision. |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_Currency |
|---|
get_AccessLevel, getC_Currency_ID, getCostingPrecision, getCurSymbol, getDescription, getEMUEntryDate, getEMURate, getISO_Code, getKeyNamePair, getStdPrecision, initPO, isEMUMember, isEuro, setC_Currency_ID, setCostingPrecision, setCurSymbol, setDescription, setEMUEntryDate, setEMURate, setIsEMUMember, setIsEuro, setISO_Code, setStdPrecision |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MCurrency(Ctx ctx,
int C_Currency_ID,
String trxName)
ctx - contextC_Currency_ID - idtrxName - transaction
public MCurrency(Ctx ctx,
String ISO_Code,
String Description,
String CurSymbol,
int StdPrecision,
int CostingPrecision,
String trxName)
ctx - contextISO_Code - ISODescription - NameCurSymbol - symbolStdPrecision - precCostingPrecision - prectrxName - transaction
public MCurrency(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - ResultSettrxName - transaction| Method Detail |
|---|
public static MCurrency get(Ctx ctx,
int C_Currency_ID)
ctx - ContextC_Currency_ID - currency
public static String getISO_Code(Ctx ctx,
int C_Currency_ID)
ctx - ContextC_Currency_ID - currency
public static int getStdPrecision(Ctx ctx,
int C_Currency_ID)
ctx - ContextC_Currency_ID - currency
public String toString()
toString in class X_C_Currency
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||