com.parsec.ejbs.bidbuy
Class BuyingCallEJB

java.lang.Object
  |
  +--com.parsec.ejbs.bidbuy.BuyingCallEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class BuyingCallEJB
extends java.lang.Object
implements javax.ejb.EntityBean

See Also:
Serialized Form

Constructor Summary
BuyingCallEJB()
           
 
Method Summary
 void ejbActivate()
           
 BuySellPrimaryKey ejbCreate(java.lang.String customerId, java.lang.String shareId, java.util.Date bidTime, java.util.Date expiryTime, int noOfShares, float price)
           
 java.util.Collection ejbFindByCustomerId(java.lang.String customerId)
           
 BuySellPrimaryKey ejbFindByPrimaryKey(BuySellPrimaryKey primaryKey)
           
 java.util.Collection ejbFindByShareId(java.lang.String shareId)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String customerId, java.lang.String shareId, java.util.Date bidTime, java.util.Date expiryTime, int noOfShares, float price)
           
 void ejbRemove()
           
 void ejbStore()
           
 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 setEntityContext(javax.ejb.EntityContext context)
           
 void setExpiryTime(java.util.Date a)
           
 void setNoOfShares(int a)
           
 void setPrice(float a)
           
 void setShareId(java.lang.String a)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyingCallEJB

public BuyingCallEJB()
Method Detail

getCustomerId

public java.lang.String getCustomerId()

getShareId

public java.lang.String getShareId()

getBidTime

public java.util.Date getBidTime()

getExpiryTime

public java.util.Date getExpiryTime()

getNoOfShares

public int getNoOfShares()

getPrice

public float getPrice()

setCustomerId

public void setCustomerId(java.lang.String a)

setShareId

public void setShareId(java.lang.String a)

setBidTime

public void setBidTime(java.util.Date a)

setExpiryTime

public void setExpiryTime(java.util.Date a)

setNoOfShares

public void setNoOfShares(int a)

setPrice

public void setPrice(float a)

ejbCreate

public BuySellPrimaryKey ejbCreate(java.lang.String customerId,
                                   java.lang.String shareId,
                                   java.util.Date bidTime,
                                   java.util.Date expiryTime,
                                   int noOfShares,
                                   float price)
                            throws javax.ejb.CreateException

ejbFindByPrimaryKey

public BuySellPrimaryKey ejbFindByPrimaryKey(BuySellPrimaryKey primaryKey)
                                      throws javax.ejb.FinderException

ejbFindByCustomerId

public java.util.Collection ejbFindByCustomerId(java.lang.String customerId)
                                         throws javax.ejb.FinderException

ejbFindByShareId

public java.util.Collection ejbFindByShareId(java.lang.String shareId)
                                      throws javax.ejb.FinderException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext context)
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate(java.lang.String customerId,
                          java.lang.String shareId,
                          java.util.Date bidTime,
                          java.util.Date expiryTime,
                          int noOfShares,
                          float price)