com.parsec.ejbs.portfolio
Interface Portfolio
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Portfolio
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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