|
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_M_ProductPrice
org.compiere.model.MProductPrice
public class MProductPrice
Product Price
| 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_M_ProductPrice |
|---|
accessLevel, COLUMNNAME_M_PriceList_Version_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_PriceLimit, COLUMNNAME_PriceList, COLUMNNAME_PriceStd, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MProductPrice(MPriceListVersion plv,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit)
Parent Constructor |
|
MProductPrice(Properties ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
BigDecimal PriceList,
BigDecimal PriceStd,
BigDecimal PriceLimit,
String trxName)
New Constructor |
|
MProductPrice(Properties ctx,
int M_PriceList_Version_ID,
int M_Product_ID,
String trxName)
New Constructor |
|
MProductPrice(Properties ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MProductPrice(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MProductPrice |
get(Properties 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, getM_PriceList_Version_ID, getM_PriceList_Version, getM_Product_ID, getM_Product, getPriceLimit, getPriceList, getPriceStd, initPO, setM_PriceList_Version_ID, setM_Product_ID, setPriceLimit, setPriceList, setPriceStd |
| 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 MProductPrice(Properties ctx,
int ignored,
String trxName)
ctx - contextignored - ignoredtrxName - transaction
public MProductPrice(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MProductPrice(Properties 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(Properties 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(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||