com.parsec.ejbs.share
Interface CurrentShareState
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CurrentShareState
- 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
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