com.parsec.ejbs.share
Interface SharePerformance
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SharePerformance
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getShareId
public java.lang.String getShareId()
throws java.rmi.RemoteException
getAssessDate
public java.util.Date getAssessDate()
throws java.rmi.RemoteException
getOpening
public float getOpening()
throws java.rmi.RemoteException
getClosing
public float getClosing()
throws java.rmi.RemoteException
getDaysHigh
public float getDaysHigh()
throws java.rmi.RemoteException
getDaysLow
public float getDaysLow()
throws java.rmi.RemoteException
setShareId
public void setShareId(java.lang.String a)
throws java.rmi.RemoteException
setAssessDate
public void setAssessDate(java.util.Date a)
throws java.rmi.RemoteException
setOpening
public void setOpening(float a)
throws java.rmi.RemoteException
setClosing
public void setClosing(float a)
throws java.rmi.RemoteException
setDaysHigh
public void setDaysHigh(float a)
throws java.rmi.RemoteException
setDaysLow
public void setDaysLow(float a)
throws java.rmi.RemoteException