| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactEmail() |
String |
getContactPhone() |
Person |
getEmployeeDetails() |
String |
getEmployeeId() |
String |
getPositionTitle() |
void |
setContactEmail(String contactEmail) |
void |
setContactPhone(String contactPhone) |
void |
setEmployeeDetails(Person employeeDetails) |
void |
setEmployeeId(String employeeId) |
void |
setPositionTitle(String positionTitle) |
public Employee()
public String getEmployeeId()
public void setEmployeeId(String employeeId)
employeeId - the employeeId to setpublic String getPositionTitle()
public void setPositionTitle(String positionTitle)
positionTitle - the positionTitle to setpublic String getContactPhone()
public void setContactPhone(String contactPhone)
contactPhone - the contactPhone to setpublic String getContactEmail()
public void setContactEmail(String contactEmail)
contactEmail - the contactEmail to setpublic Person getEmployeeDetails()
public void setEmployeeDetails(Person employeeDetails)
employeeDetails - the employeeDetails to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.