public class PersonalProfile extends Object implements Serializable
| Constructor and Description |
|---|
PersonalProfile()
Default Constructor
|
PersonalProfile(PersonalProfile template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<UserIdentity> |
getAssociatedUserIds()
Return the userIds associated with the profile.
|
String |
getEmployeeNumber()
Return the the unique employee number for this governance officer.
|
String |
getFullName()
Return the full name for this governance officer.
|
String |
getGUID()
Return the unique identifier for this profile.
|
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.
|
String |
getType()
Return the name of the specific type used to store the governance officer's profile.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setAssociatedUserIds(List<UserIdentity> associatedUserIds)
Set up the userIds associated with the profile.
|
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 |
setGUID(String guid)
Set up the unique identifier for this profile.
|
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.
|
void |
setType(String type)
Set up the name of the specific type used to store the governance officer's profile.
|
String |
toString()
JSON-style toString.
|
public PersonalProfile()
public PersonalProfile(PersonalProfile template)
template - object being copiedpublic String getGUID()
public void setGUID(String guid)
guid - String guidpublic String getType()
public void setType(String type)
type - String type namepublic 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 List<UserIdentity> getAssociatedUserIds()
public void setAssociatedUserIds(List<UserIdentity> associatedUserIds)
associatedUserIds - list of userIdspublic void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.