org.paneris.jammyjoes.model
Class Product.StockValues

java.lang.Object
  extended by org.paneris.jammyjoes.model.Product.StockValues
Enclosing class:
Product

public class Product.StockValues
extends java.lang.Object


Constructor Summary
Product.StockValues(Product p, double sl)
           
 
Method Summary
 double getCostPriceExVat()
           
 double getCostPriceIncVat()
           
 double getLevel()
           
 double getRetailPriceExVat()
           
 double getRetailPriceIncVat()
           
 double getValue(java.lang.Double price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product.StockValues

public Product.StockValues(Product p,
                           double sl)
Method Detail

getValue

public double getValue(java.lang.Double price)

getLevel

public double getLevel()

getCostPriceExVat

public double getCostPriceExVat()

getCostPriceIncVat

public double getCostPriceIncVat()

getRetailPriceExVat

public double getRetailPriceExVat()

getRetailPriceIncVat

public double getRetailPriceIncVat()


Copyright © 2001-2008 PanEris. All Rights Reserved.