public class PersonalProfile extends ActorHeader
| 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 any additional properties associated with the element.
|
List<UserIdentity> |
getAssociatedUserIds()
Return the userIds associated with the profile.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
String |
getFullName()
Return the full name for this person.
|
String |
getJobTitle()
Return the primary job title for this person.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setAssociatedUserIds(List<UserIdentity> associatedUserIds)
Set up the userIds associated with the profile.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setFullName(String fullName)
Set up the full name for this person.
|
void |
setJobTitle(String jobTitle)
Set up the primary job title for this person.
|
String |
toString()
JSON-style toString.
|
getContactDetails, setContactDetailsgetClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic PersonalProfile()
public PersonalProfile(PersonalProfile template)
template - object being copiedpublic String getFullName()
public void setFullName(String fullName)
fullName - string namepublic String getJobTitle()
public void setJobTitle(String jobTitle)
jobTitle - string titlepublic List<UserIdentity> getAssociatedUserIds()
public void setAssociatedUserIds(List<UserIdentity> associatedUserIds)
associatedUserIds - list of userIdspublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class ActorHeaderpublic boolean equals(Object objectToCompare)
equals in class ActorHeaderobjectToCompare - object to comparepublic int hashCode()
hashCode in class ActorHeaderCopyright © 2018–2020 ODPi. All rights reserved.