public class ProfileElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
ProfileElement()
Default constructor
|
ProfileElement(ProfileElement template)
Copy/clone constructor
|
| 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.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
ActorProfileProperties |
getProfileProperties()
Return the properties of the profile.
|
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 |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProfileProperties(ActorProfileProperties profileProperties)
Set up the profile properties.
|
void |
setUserIdentities(List<UserIdentityElement> userIdentities)
Set up the list of user identities associated with the personal profile.
|
String |
toString()
JSON-style toString
|
public ProfileElement()
public ProfileElement(ProfileElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic ActorProfileProperties getProfileProperties()
public void setProfileProperties(ActorProfileProperties profileProperties)
profileProperties - propertiespublic 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()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.