public class PersonalProfileUniverse extends PersonalProfileElement
| Constructor and Description |
|---|
PersonalProfileUniverse()
Default Constructor
|
PersonalProfileUniverse(PersonalProfileUniverse template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<ContactMethodElement> |
getContactMethods()
Return the list of contact methods for the individual.
|
List<UserIdentityElement> |
getUserIdentities()
Return the list of user identities associated with the personal profile.
|
int |
hashCode()
Return hash code for this object
|
void |
setContactMethods(List<ContactMethodElement> contactMethods)
Set up the list of contact methods for the individual.
|
void |
setUserIdentities(List<UserIdentityElement> userIdentities)
Set up the list of user identities associated with the personal profile.
|
String |
toString()
JSON-style toString
|
getElementHeader, getProfileProperties, setElementHeader, setProfilePropertiespublic PersonalProfileUniverse()
public PersonalProfileUniverse(PersonalProfileUniverse template)
template - object being copiedpublic List<UserIdentityElement> getUserIdentities()
public void setUserIdentities(List<UserIdentityElement> userIdentities)
userIdentities - list or nullpublic List<ContactMethodElement> getContactMethods()
public void setContactMethods(List<ContactMethodElement> contactMethods)
contactMethods - list or nullpublic String toString()
toString in class PersonalProfileElementpublic boolean equals(Object objectToCompare)
equals in class PersonalProfileElementobjectToCompare - test objectpublic int hashCode()
hashCode in class PersonalProfileElementCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.