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.


Method Summary
 java.util.Collection getAccounts()
           
 java.lang.Integer getCustId()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 void setAccounts(java.util.Collection accounts)
           
 void setCustId(java.lang.Integer custId)
           
 void setFirstName(java.lang.String name)
           
 void setLastName(java.lang.String name)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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