public interface Employee
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName() |
String |
getLastName() |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void setFirstName(String firstName) throws RemoteException
RemoteExceptionvoid setLastName(String lastName) throws RemoteException
RemoteExceptionString getFirstName() throws RemoteException
RemoteExceptionString getLastName() throws RemoteException
RemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.