com.parsec.ejbs.bidbuy
Interface BuyingCall

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

public interface BuyingCall
extends javax.ejb.EJBObject


Method Summary
 java.util.Date getBidTime()
           
 java.lang.String getCustomerId()
           
 java.util.Date getExpiryTime()
           
 int getNoOfShares()
           
 float getPrice()
           
 java.lang.String getShareId()
           
 void setBidTime(java.util.Date a)
           
 void setCustomerId(java.lang.String a)
           
 void setExpiryTime(java.util.Date a)
           
 void setNoOfShares(int a)
           
 void setPrice(float 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

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