com.parsec.ejbs.share
Interface SharePerformance

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

public interface SharePerformance
extends javax.ejb.EJBObject


Method Summary
 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 setOpening(float a)
           
 void setShareId(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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