org.paneris.jammyjoes.controller
Class SalesAnalysis.StockTransactionSummary
java.lang.Object
org.paneris.jammyjoes.controller.SalesAnalysis.StockTransactionSummary
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- SalesAnalysis
public class SalesAnalysis.StockTransactionSummary
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SalesAnalysis.StockTransactionSummary
public SalesAnalysis.StockTransactionSummary(StockTransactionTypeTable table)
getPurchases
public double getPurchases()
getInternet
public int getInternet()
getProduct
public Product getProduct()
getSales
public double getSales()
getShop
public int getShop()
getQuantity
public int getQuantity()
getTelephone
public int getTelephone()
getVatSales
public double getVatSales()
getVatPurchases
public double getVatPurchases()
getVatToPay
public double getVatToPay()
add
public void add(StockTransaction transaction)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
getProfit
public double getProfit()
getMargin
public double getMargin()
getProfitDouble
public java.lang.Double getProfitDouble()
Copyright © 2001-2008 PanEris. All Rights Reserved.