edu.cmu.mse.vault.customer
Interface CustomerEntity
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CustomerEntity
- extends javax.ejb.EJBObject
Remote interface for CustomerEntity.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getAccounts
public java.util.Collection getAccounts()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setAccounts
public void setAccounts(java.util.Collection accounts)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setFirstName
public void setFirstName(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFirstName
public java.lang.String getFirstName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLastName
public void setLastName(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLastName
public java.lang.String getLastName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setCustId
public void setCustId(java.lang.Integer custId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCustId
public java.lang.Integer getCustId()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException