|
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_M_PriceList
org.compiere.model.MPriceList
public class MPriceList
Price List Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_PriceList |
|---|
accessLevel, BASEPRICELIST_ID_AD_Reference_ID, 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 | |
|---|---|
MPriceList(Ctx ctx,
int M_PriceList_ID,
String trxName)
Standard Constructor |
|
MPriceList(Ctx ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
| Method Summary | |
|---|---|
static MPriceList |
get(Ctx ctx,
int M_PriceList_ID,
String trxName)
Get Price List (cached) |
static MPriceList |
getDefault(Ctx ctx,
boolean IsSOPriceList)
Get Default Price List for Client (cached) |
MPriceListVersion |
getPriceListVersion(Timestamp valid)
Get Price List Version |
static int |
getPricePrecision(Ctx ctx,
int M_PriceList_ID)
Get Price List Precision |
int |
getStandardPrecision()
Get Standard Currency Precision |
static int |
getStandardPrecision(Ctx ctx,
int M_PriceList_ID)
Get Standard Currency Precision |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_M_PriceList |
|---|
get_AccessLevel, getBasePriceList_ID, getC_Currency_ID, getDescription, getKeyNamePair, getM_PriceList_ID, getName, getPricePrecision, initPO, isDefault, isEnforcePriceLimit, isSOPriceList, isTaxIncluded, setBasePriceList_ID, setC_Currency_ID, setDescription, setEnforcePriceLimit, setIsDefault, setIsSOPriceList, setIsTaxIncluded, setM_PriceList_ID, setName, setPricePrecision |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPriceList(Ctx ctx,
int M_PriceList_ID,
String trxName)
ctx - contextM_PriceList_ID - idtrxName - transaction
public MPriceList(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MPriceList get(Ctx ctx,
int M_PriceList_ID,
String trxName)
ctx - contextM_PriceList_ID - idtrxName - transaction
public static MPriceList getDefault(Ctx ctx,
boolean IsSOPriceList)
ctx - contextIsSOPriceList - SO or PO
public static int getStandardPrecision(Ctx ctx,
int M_PriceList_ID)
ctx - contextM_PriceList_ID - price list
public static int getPricePrecision(Ctx ctx,
int M_PriceList_ID)
ctx - contextM_PriceList_ID - price list
public MPriceListVersion getPriceListVersion(Timestamp valid)
valid - date where PLV must be valid or today if null
public int getStandardPrecision()
public String toString()
toString in class X_M_PriceList
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||