ftex.transaction
Interface Transaction

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

public interface Transaction
extends javax.ejb.EJBObject

Remote interface for Transaction.


Method Summary
 java.lang.String getBuyer()
          Getter for CMP Field Buyer
 java.lang.Double getPrice()
           
 java.lang.Integer getQuantity()
          Getter for CMP Field Quantity
 java.lang.String getSeller()
          Getter for CMP Field Seller
 java.lang.String getSymbol()
          Getter for CMP Field Symbol
 java.lang.String getTime()
           
 java.lang.Integer getTransactionID()
          Getter for CMP Field TransactionID
 void setBuyer(java.lang.String value)
          Setter for CMP Field Buyer
 void setPrice(java.lang.Double value)
          Setter for CMP Field Price
 void setQuantity(java.lang.Integer value)
          Setter for CMP Field Quantity
 void setSeller(java.lang.String value)
          Setter for CMP Field Seller
 void setSymbol(java.lang.String value)
          Setter for CMP Field Symbol
 void setTime(java.lang.String value)
           
 void setTransactionID(java.lang.Integer value)
          Setter for CMP Field TransactionID
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getBuyer

public java.lang.String getBuyer()
                          throws java.rmi.RemoteException
Getter for CMP Field Buyer

Throws:
java.rmi.RemoteException

setBuyer

public void setBuyer(java.lang.String value)
              throws java.rmi.RemoteException
Setter for CMP Field Buyer

Throws:
java.rmi.RemoteException

getSeller

public java.lang.String getSeller()
                           throws java.rmi.RemoteException
Getter for CMP Field Seller

Throws:
java.rmi.RemoteException

setSeller

public void setSeller(java.lang.String value)
               throws java.rmi.RemoteException
Setter for CMP Field Seller

Throws:
java.rmi.RemoteException

getSymbol

public java.lang.String getSymbol()
                           throws java.rmi.RemoteException
Getter for CMP Field Symbol

Throws:
java.rmi.RemoteException

setSymbol

public void setSymbol(java.lang.String value)
               throws java.rmi.RemoteException
Setter for CMP Field Symbol

Throws:
java.rmi.RemoteException

getQuantity

public java.lang.Integer getQuantity()
                              throws java.rmi.RemoteException
Getter for CMP Field Quantity

Throws:
java.rmi.RemoteException

setQuantity

public void setQuantity(java.lang.Integer value)
                 throws java.rmi.RemoteException
Setter for CMP Field Quantity

Throws:
java.rmi.RemoteException

getTransactionID

public java.lang.Integer getTransactionID()
                                   throws java.rmi.RemoteException
Getter for CMP Field TransactionID

Throws:
java.rmi.RemoteException

setTransactionID

public void setTransactionID(java.lang.Integer value)
                      throws java.rmi.RemoteException
Setter for CMP Field TransactionID

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

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
Setter for CMP Field Price

Throws:
java.rmi.RemoteException