com.parsec.ejbs.deal
Interface Deal

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

public interface Deal
extends javax.ejb.EJBObject


Method Summary
 java.lang.String getBuyerId()
           
 java.util.Date getDealTime()
           
 int getNoOfShares()
           
 float getPrice()
           
 java.lang.String getSellerId()
           
 java.lang.String getShareId()
           
 void setBuyerId(java.lang.String a)
           
 void setDealTime(java.util.Date a)
           
 void setNoOfShares(int a)
           
 void setPrice(float a)
           
 void setSellerId(java.lang.String a)
           
 void setShareId(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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