org.paneris.jammyjoes.controller
Class SalesAnalysis.StockTransactionSummary

java.lang.Object
  extended by 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


Constructor Summary
SalesAnalysis.StockTransactionSummary(StockTransactionTypeTable table)
           
 
Method Summary
 void add(StockTransaction transaction)
           
 int compareTo(java.lang.Object o)
           
 int getInternet()
           
 double getMargin()
           
 Product getProduct()
           
 double getProfit()
           
 java.lang.Double getProfitDouble()
           
 double getPurchases()
           
 int getQuantity()
           
 double getSales()
           
 int getShop()
           
 int getTelephone()
           
 double getVatPurchases()
           
 double getVatSales()
           
 double getVatToPay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalesAnalysis.StockTransactionSummary

public SalesAnalysis.StockTransactionSummary(StockTransactionTypeTable table)
Method Detail

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.