|
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_PriceList_Version
org.compiere.model.MPriceListVersion
public class MPriceListVersion
Price List Version Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_PriceList_Version |
|---|
M_PRICELIST_VERSION_BASE_ID_AD_Reference_ID |
| 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_PriceList_Version |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_M_DiscountSchema_ID, COLUMNNAME_M_PriceList_ID, COLUMNNAME_M_Pricelist_Version_Base_ID, COLUMNNAME_M_PriceList_Version_ID, COLUMNNAME_Name, COLUMNNAME_ProcCreate, COLUMNNAME_ValidFrom, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPriceListVersion(MPriceList pl)
Parent Constructor |
|
MPriceListVersion(Properties ctx,
int M_PriceList_Version_ID,
String trxName)
Standard Cinstructor |
|
MPriceListVersion(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MPriceList |
getPriceList()
Get Parent PriceList |
MProductPrice[] |
getProductPrice(boolean refresh)
Get Product Price |
MProductPrice[] |
getProductPrice(String whereClause)
Get Product Price |
void |
setName()
Set Name to Valid From Date. |
| 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 MPriceListVersion(Properties ctx,
int M_PriceList_Version_ID,
String trxName)
ctx - contextM_PriceList_Version_ID - idtrxName - transaction
public MPriceListVersion(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MPriceListVersion(MPriceList pl)
pl - parent| Method Detail |
|---|
public MPriceList getPriceList()
public MProductPrice[] getProductPrice(boolean refresh)
refresh - true if refresh
public MProductPrice[] getProductPrice(String whereClause)
whereClause - optional where clause
public void setName()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||