@IdentityManaged(value=EmployeeUser.class) @Entity public class Employee extends Person
| Constructor and Description |
|---|
Employee() |
Employee(OrganizationUnit organizationUnit) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInternalId() |
OrganizationUnit |
getOrganizationUnit() |
IdentityObject |
getUserAccount() |
void |
setInternalId(String internalId) |
void |
setOrganizationUnit(OrganizationUnit organizationUnit) |
void |
setUserAccount(IdentityObject userAccount) |
addAddress, addEmail, addPhone, equals, getAddress, getBirthDate, getEmails, getFirstName, getId, getLastName, getPhones, hashCode, setAddress, setBirthDate, setEmails, setFirstName, setId, setLastName, setPhonespublic Employee()
public Employee(OrganizationUnit organizationUnit)
public String getInternalId()
public void setInternalId(String internalId)
public OrganizationUnit getOrganizationUnit()
public void setOrganizationUnit(OrganizationUnit organizationUnit)
public IdentityObject getUserAccount()
public void setUserAccount(IdentityObject userAccount)
Copyright © 2013. All Rights Reserved.