Class PersonalProfileElement
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonalProfileElement
- All Implemented Interfaces:
Serializable
,MetadataElement
- Direct Known Subclasses:
PersonalProfileUniverse
The PersonalProfileElement describes an individual who has (or will be) appointed to one of the
governance roles defined in the governance program. Information about the personal profile is stored
as an Person entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorPersonalProfileElement
(PersonalProfileElement template) Copy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the properties.Return the properties of the profile.int
hashCode()
Return hash code for this objectvoid
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.void
setProfileProperties
(PersonalProfileProperties profileProperties) Set up the profile properties.toString()
JSON-style toString
-
Constructor Details
-
PersonalProfileElement
public PersonalProfileElement()Default Constructor -
PersonalProfileElement
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
getElementHeader
Return the element header associated with the properties.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Specified by:
setElementHeader
in interfaceMetadataElement
- Parameters:
elementHeader
- element header object
-
getProfileProperties
Return the properties of the profile.- Returns:
- properties
-
setProfileProperties
Set up the profile properties.- Parameters:
profileProperties
- properties
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-