com.parsec.ejbs.portfolio
Class PortfolioData

java.lang.Object
  |
  +--com.parsec.ejbs.portfolio.PortfolioData
All Implemented Interfaces:
java.io.Serializable

public class PortfolioData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PortfolioData()
           
 
Method Summary
 float getAvgBuyingPrice()
           
 float getGain()
           
 float getGainPercent()
           
 int getHolding()
           
 float getMarketValue()
           
 java.lang.String getShareId()
           
 float getTotalValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortfolioData

public PortfolioData()
Method Detail

getShareId

public java.lang.String getShareId()

getAvgBuyingPrice

public float getAvgBuyingPrice()

getHolding

public int getHolding()

getTotalValue

public float getTotalValue()

getMarketValue

public float getMarketValue()

getGain

public float getGain()

getGainPercent

public float getGainPercent()