public class PersonalDetailsRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
PersonalDetailsRequestBody()
Default constructor
|
PersonalDetailsRequestBody(PersonalDetailsRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,Object> |
getAdditionalProperties()
Return a copy of the additional properties.
|
String |
getEmployeeNumber()
Return the the unique employee number for this governance officer.
|
String |
getFullName()
Return the full name for this governance officer.
|
String |
getJobRoleDescription()
Return the description of the job role for this governance officer.
|
String |
getJobTitle()
Return the primary job title for this governance officer.
|
String |
getKnownName()
Return the preferred name for this governance officer.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up additional properties.
|
void |
setEmployeeNumber(String employeeNumber)
Set up the unique employee number for this governance officer.
|
void |
setFullName(String fullName)
Set up the full name for this governance officer.
|
void |
setJobRoleDescription(String jobRoleDescription)
Set up the description of the job role for this governance officer.
|
void |
setJobTitle(String jobTitle)
Set up the primary job title for this governance officer.
|
void |
setKnownName(String knownName)
Set up the preferred name for this governance officer.
|
String |
toString()
JSON-style toString.
|
public PersonalDetailsRequestBody()
public PersonalDetailsRequestBody(PersonalDetailsRequestBody template)
template - object to copypublic String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
employeeNumber - String identifierpublic String getFullName()
public void setFullName(String fullName)
fullName - string namepublic String getKnownName()
public void setKnownName(String knownName)
knownName - string namepublic String getJobTitle()
public void setJobTitle(String jobTitle)
jobTitle - string titlepublic String getJobRoleDescription()
public void setJobRoleDescription(String jobRoleDescription)
jobRoleDescription - string descriptionpublic void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getAdditionalProperties()
public String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
equals in class GovernanceProgramOMASAPIRequestBodyobjectToCompare - object to compareCopyright © 2017–2018 ODPi. All rights reserved.