public class PersonalProfileUniverse extends PersonalProfileElement
| Constructor and Description |
|---|
PersonalProfileUniverse()
Default constructor
|
PersonalProfileUniverse(PersonalProfileElement template)
Copy/clone constructor
|
PersonalProfileUniverse(PersonalProfileUniverse 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.
|
ContributionRecordElement |
getContributionRecord()
Return the recognition of the contribution that this user has made to open metadata.
|
List<ElementStub> |
getPeers()
Return the list of profile identifiers (GUIDs) for peers.
|
List<ElementStub> |
getRoles()
Return the list of identifiers for this profile's roles.
|
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 |
setContributionRecord(ContributionRecordElement contributionRecord)
Set up the recognition of the contribution that this user has made to open metadata.
|
void |
setPeers(List<ElementStub> peers)
Set up the list of profile identifiers (GUIDs) for peers.
|
void |
setRoles(List<ElementStub> roles)
Set up the list of identifiers for this profile's roles.
|
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 to copypublic PersonalProfileUniverse(PersonalProfileElement template)
template - object to copypublic ContributionRecordElement getContributionRecord()
public void setContributionRecord(ContributionRecordElement contributionRecord)
contributionRecord - contribution recordpublic 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 List<ElementStub> getPeers()
public void setPeers(List<ElementStub> peers)
peers - list of stubs for linked elementspublic List<ElementStub> getRoles()
public void setRoles(List<ElementStub> roles)
roles - list of stubs for linked elementspublic 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.