Class MProductPricing

  • All Implemented Interfaces:
    IProductPricing

    public class MProductPricing
    extends AbstractProductPricing
    Product Price Calculations
    Version:
    $Id: MProductPricing.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
    Author:
    Jorg Janke
    • Field Detail

      • log

        protected CLogger log
        Logger
    • Constructor Detail

      • MProductPricing

        public MProductPricing()
        New constructor to be used with the ProductPriceFactories
      • MProductPricing

        public MProductPricing​(int M_Product_ID,
                               int C_BPartner_ID,
                               BigDecimal Qty,
                               boolean isSOTrx,
                               String trxName)
        Old Constructor to keep backward compatibility
        Parameters:
        M_Product_ID - product
        C_BPartner_ID - partner
        Qty - quantity
        isSOTrx - SO or PO
        trxName - the transaction
      • MProductPricing

        public MProductPricing​(int M_Product_ID,
                               int C_BPartner_ID,
                               BigDecimal Qty,
                               boolean isSOTrx)
        Deprecated.
        Use constructor with explicit trxName parameter
        Constructor
        Parameters:
        M_Product_ID - product
        C_BPartner_ID - partner
        Qty - quantity
        isSOTrx - SO or PO