org.jboss.test.cmp2.commerce
Interface Customer
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface Customer
- extends EJBObject (src)
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