|
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_ProductPrice
org.compiere.model.MProductPrice
public class MProductPrice
Product Price
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_ProductPrice |
|---|
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 | |
|---|---|
MProductPrice(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit,
String trxName)
New Constructor |
|
MProductPrice(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
String trxName)
New Constructor |
|
MProductPrice(Ctx ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MProductPrice(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MProductPrice(MPriceListVersion plv,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit)
Parent Constructor |
|
| Method Summary | |
|---|---|
static MProductPrice |
get(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
String trxName)
Get Product Price |
void |
setPrices(BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit)
Set Prices |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_M_ProductPrice |
|---|
get_AccessLevel, getC_Currency_ID, getKeyNamePair, getM_PriceList_Version_ID, getM_Product_ID, getPriceLimit, getPriceList, getPriceStd, initPO, isTaxIncluded, setC_Currency_ID, setIsTaxIncluded, setM_PriceList_Version_ID, setM_Product_ID, setPriceLimit, setPriceList, setPriceStd |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProductPrice(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - ignoredtrxName - transaction
public MProductPrice(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MProductPrice(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
String trxName)
ctx - contextM_PriceList_Version_ID - Price List VersionM_Product_ID - producttrxName - transaction
public MProductPrice(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit,
String trxName)
ctx - contextM_PriceList_Version_ID - Price List VersionM_Product_ID - productPriceList - list pricePriceStd - standard pricePriceLimit - limit pricetrxName - transaction
public MProductPrice(MPriceListVersion plv,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit)
plv - price list versionM_Product_ID - productPriceList - list pricePriceStd - standard pricePriceLimit - limit price| Method Detail |
|---|
public static MProductPrice get(Ctx ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
String trxName)
ctx - ctxM_PriceList_Version_ID - idM_Product_ID - idtrxName - trx
public void setPrices(BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit)
PriceList - list pricePriceStd - standard pricePriceLimit - limit pricepublic String toString()
toString in class X_M_ProductPrice
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||