com.parsec.ejbs.deal
Interface Deal
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Deal
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getBuyerId
public java.lang.String getBuyerId()
throws java.rmi.RemoteException
getSellerId
public java.lang.String getSellerId()
throws java.rmi.RemoteException
getShareId
public java.lang.String getShareId()
throws java.rmi.RemoteException
getDealTime
public java.util.Date getDealTime()
throws java.rmi.RemoteException
getNoOfShares
public int getNoOfShares()
throws java.rmi.RemoteException
getPrice
public float getPrice()
throws java.rmi.RemoteException
setBuyerId
public void setBuyerId(java.lang.String a)
throws java.rmi.RemoteException
setSellerId
public void setSellerId(java.lang.String a)
throws java.rmi.RemoteException
setShareId
public void setShareId(java.lang.String a)
throws java.rmi.RemoteException
setDealTime
public void setDealTime(java.util.Date a)
throws java.rmi.RemoteException
setNoOfShares
public void setNoOfShares(int a)
throws java.rmi.RemoteException
setPrice
public void setPrice(float a)
throws java.rmi.RemoteException