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.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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