com.parsec.ejbs.share
Class SharePerformanceEJB

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

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

See Also:
Serialized Form

Constructor Summary
SharePerformanceEJB()
           
 
Method Summary
 void ejbActivate()
           
 SharePerformancePrimaryKey ejbCreate(java.lang.String shareId, java.util.Date assessDate, float opening, float closing, float daysHigh, float daysLow)
           
 SharePerformancePrimaryKey ejbFindByPrimaryKey(SharePerformancePrimaryKey primaryKey)
           
 java.util.Collection ejbFindByShareId(java.lang.String id)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String shareId, java.util.Date assessDate, float opening, float closing, float daysHigh, float daysLow)
           
 void ejbRemove()
           
 void ejbStore()
           
 java.util.Date getAssessDate()
           
 float getClosing()
           
 float getDaysHigh()
           
 float getDaysLow()
           
 float getOpening()
           
 java.lang.String getShareId()
           
 void setAssessDate(java.util.Date a)
           
 void setClosing(float a)
           
 void setDaysHigh(float a)
           
 void setDaysLow(float a)
           
 void setEntityContext(javax.ejb.EntityContext context)
           
 void setOpening(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

SharePerformanceEJB

public SharePerformanceEJB()
Method Detail

getShareId

public java.lang.String getShareId()

getAssessDate

public java.util.Date getAssessDate()

getOpening

public float getOpening()

getClosing

public float getClosing()

getDaysHigh

public float getDaysHigh()

getDaysLow

public float getDaysLow()

setShareId

public void setShareId(java.lang.String a)

setAssessDate

public void setAssessDate(java.util.Date a)

setOpening

public void setOpening(float a)

setClosing

public void setClosing(float a)

setDaysHigh

public void setDaysHigh(float a)

setDaysLow

public void setDaysLow(float a)

ejbCreate

public SharePerformancePrimaryKey ejbCreate(java.lang.String shareId,
                                            java.util.Date assessDate,
                                            float opening,
                                            float closing,
                                            float daysHigh,
                                            float daysLow)
                                     throws javax.ejb.CreateException

ejbFindByPrimaryKey

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

ejbFindByShareId

public java.util.Collection ejbFindByShareId(java.lang.String id)
                                      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 shareId,
                          java.util.Date assessDate,
                          float opening,
                          float closing,
                          float daysHigh,
                          float daysLow)