public interface BusinessProfileAccessBeanData
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAlternateId() |
java.lang.String | getDepartmentNumber() |
java.lang.String | getEmployeeId() |
java.lang.String | getEmployeeType() |
java.lang.String | getManager() |
java.lang.String | getOrganizationId() |
java.lang.String | getOrganizationUnitId() |
java.lang.String | getRequistionerId() |
java.lang.String | getSecretary() |
java.lang.String | getUserId() |
void | setAlternateId(java.lang.String newValue) |
void | setDepartmentNumber(java.lang.String newValue) |
void | setEmployeeId(java.lang.String newValue) |
void | setEmployeeType(java.lang.String newValue) |
void | setManager(java.lang.String newValue) |
void | setOrganizationId(java.lang.String newValue) |
void | setOrganizationUnitId(java.lang.String newValue) |
void | setRequistionerId(java.lang.String newValue) |
void | setSecretary(java.lang.String newValue) |
void | setUserId(java.lang.String newValue) |
java.lang.String getRequistionerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setRequistionerId(java.lang.String newValue)
java.lang.String getSecretary() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setSecretary(java.lang.String newValue)
java.lang.String getEmployeeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setEmployeeId(java.lang.String newValue)
java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setUserId(java.lang.String newValue)
java.lang.String getOrganizationUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setOrganizationUnitId(java.lang.String newValue)
java.lang.String getAlternateId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setAlternateId(java.lang.String newValue)
java.lang.String getOrganizationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setOrganizationId(java.lang.String newValue)
java.lang.String getEmployeeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setEmployeeType(java.lang.String newValue)
java.lang.String getManager() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setManager(java.lang.String newValue)
java.lang.String getDepartmentNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setDepartmentNumber(java.lang.String newValue)