com.parsec.ejbs.portfolio
Interface Portfolio

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Portfolio
extends javax.ejb.EJBObject


Method Summary
 float getAvgBuyingPrice()
           
 java.lang.String getCustomerId()
           
 int getHolding()
           
 java.lang.String getShareId()
           
 void setAvgBuyingPrice(float a)
           
 void setCustomerId(java.lang.String a)
           
 void setHolding(int a)
           
 void setShareId(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCustomerId

public java.lang.String getCustomerId()
                               throws java.rmi.RemoteException

getShareId

public java.lang.String getShareId()
                            throws java.rmi.RemoteException

getHolding

public int getHolding()
               throws java.rmi.RemoteException

getAvgBuyingPrice

public float getAvgBuyingPrice()
                        throws java.rmi.RemoteException

setCustomerId

public void setCustomerId(java.lang.String a)
                   throws java.rmi.RemoteException

setShareId

public void setShareId(java.lang.String a)
                throws java.rmi.RemoteException

setHolding

public void setHolding(int a)
                throws java.rmi.RemoteException

setAvgBuyingPrice

public void setAvgBuyingPrice(float a)
                       throws java.rmi.RemoteException