edu.cmu.mse.vault.transaction
Interface TransactionEntity

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

public interface TransactionEntity
extends javax.ejb.EJBObject

Remote interface for TransactionEntity.


Method Summary
 AccountEntityLocal getAccount()
           
 java.util.Date getDate()
           
 java.lang.Double getTransAmount()
           
 java.lang.Integer getTransferToAccount()
           
 java.lang.Integer getTransType()
           
 void setAccount(AccountEntityLocal account)
           
 void setDate(java.util.Date date)
           
 void setTransAmount(java.lang.Double transAmount)
           
 void setTransferToAccount(java.lang.Integer transferToAccount)
           
 void setTransType(java.lang.Integer transType)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setAccount

public void setAccount(AccountEntityLocal account)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAccount

public AccountEntityLocal getAccount()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDate

public java.util.Date getDate()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setDate

public void setDate(java.util.Date date)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTransAmount

public java.lang.Double getTransAmount()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTransAmount

public void setTransAmount(java.lang.Double transAmount)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTransferToAccount

public java.lang.Integer getTransferToAccount()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTransferToAccount

public void setTransferToAccount(java.lang.Integer transferToAccount)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTransType

public java.lang.Integer getTransType()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTransType

public void setTransType(java.lang.Integer transType)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException