com.parsec.ejbs.share
Interface CurrentShareState

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

public interface CurrentShareState
extends javax.ejb.EJBObject


Method Summary
 float getCurrentPrice()
           
 java.lang.String getShareId()
           
 float getTodaysHigh()
           
 float getTodaysLow()
           
 void setCurrentPrice(float a)
           
 void setShareId(java.lang.String a)
           
 void setTodaysHigh(float a)
           
 void setTodaysLow(float 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

getCurrentPrice

public float getCurrentPrice()
                      throws java.rmi.RemoteException

getTodaysHigh

public float getTodaysHigh()
                    throws java.rmi.RemoteException

getTodaysLow

public float getTodaysLow()
                   throws java.rmi.RemoteException

setShareId

public void setShareId(java.lang.String a)
                throws java.rmi.RemoteException

setCurrentPrice

public void setCurrentPrice(float a)
                     throws java.rmi.RemoteException

setTodaysHigh

public void setTodaysHigh(float a)
                   throws java.rmi.RemoteException

setTodaysLow

public void setTodaysLow(float a)
                  throws java.rmi.RemoteException