ftex.order
Interface Order
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Order
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getPrice
public java.lang.Double getPrice()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setPrice
public void setPrice(java.lang.Double value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrderMethod
public java.lang.String getOrderMethod()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setOrderMethod
public void setOrderMethod(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrderType
public java.lang.String getOrderType()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setOrderType
public void setOrderType(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSymbol
public java.lang.String getSymbol()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setSymbol
public void setSymbol(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrderID
public java.lang.Integer getOrderID()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setOrderID
public void setOrderID(java.lang.Integer value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getClientID
public java.lang.String getClientID()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setClientID
public void setClientID(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getQuantity
public java.lang.Integer getQuantity()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setQuantity
public void setQuantity(java.lang.Integer value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTime
public java.lang.String getTime()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setTime
public void setTime(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException