jfreerails.controller
Class SharePriceCalculator

java.lang.Object
  extended by jfreerails.controller.SharePriceCalculator

public class SharePriceCalculator
extends java.lang.Object

Author:
Luke

Field Summary
 long networth
           
 int otherRRStakes
           
 long profitsLastYear
           
 long stockholderEquity
           
 int totalShares
           
 int treasuryStock
           
 
Constructor Summary
SharePriceCalculator()
           
 
Method Summary
 long calulatePrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalShares

public int totalShares

treasuryStock

public int treasuryStock

otherRRStakes

public int otherRRStakes

profitsLastYear

public long profitsLastYear

networth

public long networth

stockholderEquity

public long stockholderEquity
Constructor Detail

SharePriceCalculator

public SharePriceCalculator()
Method Detail

calulatePrice

public long calulatePrice()