test.ejb
Interface EntityEJBObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface EntityEJBObject
- extends javax.ejb.EJBObject
Entity bean - remote interface.
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getKey
Integer getKey()
throws RemoteException
- Throws:
RemoteException
setKey
void setKey(Integer key)
throws RemoteException
- Throws:
RemoteException
getName
String getName()
throws RemoteException
- Throws:
RemoteException
setName
void setName(String empName)
throws RemoteException
- Throws:
RemoteException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.