Uses of Class
org.compiere.model.MPriceListVersion
-
Packages that use MPriceListVersion Package Description org.compiere.model Provides for.... -
-
Uses of MPriceListVersion in org.compiere.model
Methods in org.compiere.model that return MPriceListVersion Modifier and Type Method Description MPriceListVersion
MPriceList. getPriceListVersion(Timestamp valid)
Get Price List VersionMPriceListVersion
MPriceListVersion. markImmutable()
Constructors in org.compiere.model with parameters of type MPriceListVersion Constructor Description MPriceListVersion(Properties ctx, MPriceListVersion copy)
MPriceListVersion(Properties ctx, MPriceListVersion copy, String trxName)
MPriceListVersion(MPriceListVersion copy)
MProductPrice(MPriceListVersion plv, int M_Product_ID, BigDecimal PriceList, BigDecimal PriceStd, BigDecimal PriceLimit)
Parent Constructor
-