public class PersonalProfileProperties extends ActorProfileProperties
| Constructor and Description |
|---|
PersonalProfileProperties()
Default Constructor
|
PersonalProfileProperties(PersonalProfileProperties 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.
|
String |
getFullName()
Return the full legal 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 |
setFullName(String fullName)
Set up the full legal name for this person.
|
void |
setJobTitle(String jobTitle)
Set up the primary job title for this person.
|
String |
toString()
JSON-style toString.
|
getDescription, getKnownName, setDescription, setKnownNamegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic PersonalProfileProperties()
public PersonalProfileProperties(PersonalProfileProperties 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 String toString()
toString in class ActorProfilePropertiespublic boolean equals(Object objectToCompare)
equals in class ActorProfilePropertiesobjectToCompare - object to comparepublic int hashCode()
hashCode in class ActorProfilePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.