com.parsec.ejbs.bidbuy
Interface SellingCall
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SellingCall
- 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
getBidTime
public java.util.Date getBidTime()
throws java.rmi.RemoteException
getExpiryTime
public java.util.Date getExpiryTime()
throws java.rmi.RemoteException
getNoOfShares
public int getNoOfShares()
throws java.rmi.RemoteException
getPrice
public float getPrice()
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
setBidTime
public void setBidTime(java.util.Date a)
throws java.rmi.RemoteException
setExpiryTime
public void setExpiryTime(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