org.jboss.test.cmp2.commerce
Interface Customer

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Customer
extends EJBObject (src)


Method Summary
 java.lang.Long getId()
           
 java.lang.String getName()
           
 User (src) getUser()
           
 void setName(java.lang.String name)
           
 void setUser(User (src)  user)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Long getId()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setName

public void setName(java.lang.String name)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getUser

public User (src)  getUser()
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setUser

public void setUser(User (src)  user)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException