Class PersonalProfileUniverse
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonalProfileElement
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonalProfileUniverse
-
- All Implemented Interfaces:
Serializable,MetadataElement
public class PersonalProfileUniverse extends PersonalProfileElement
The PersonalProfileDefinition extends PersonalProfileElement to include information about the related userId and contact information- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonalProfileUniverse()Default ConstructorPersonalProfileUniverse(PersonalProfileUniverse template)Copy/clone Constructor - the resulting object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(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.inthashCode()Return hash code for this objectvoidsetContactMethods(List<ContactMethodElement> contactMethods)Set up the list of contact methods for the individual.voidsetUserIdentities(List<UserIdentityElement> userIdentities)Set up the list of user identities associated with the personal profile.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonalProfileElement
getElementHeader, getProfileProperties, setElementHeader, setProfileProperties
-
-
-
-
Constructor Detail
-
PersonalProfileUniverse
public PersonalProfileUniverse()
Default Constructor
-
PersonalProfileUniverse
public PersonalProfileUniverse(PersonalProfileUniverse template)
Copy/clone Constructor - the resulting object.- Parameters:
template- object being copied
-
-
Method Detail
-
getUserIdentities
public List<UserIdentityElement> getUserIdentities()
Return the list of user identities associated with the personal profile.- Returns:
- list or null
-
setUserIdentities
public void setUserIdentities(List<UserIdentityElement> userIdentities)
Set up the list of user identities associated with the personal profile.- Parameters:
userIdentities- list or null
-
getContactMethods
public List<ContactMethodElement> getContactMethods()
Return the list of contact methods for the individual.- Returns:
- list or null
-
setContactMethods
public void setContactMethods(List<ContactMethodElement> contactMethods)
Set up the list of contact methods for the individual.- Parameters:
contactMethods- list or null
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classPersonalProfileElement- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.- Overrides:
equalsin classPersonalProfileElement- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classPersonalProfileElement- Returns:
- int hash code
-
-