Class PersonalProfileElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonalProfileElement
-
- All Implemented Interfaces:
Serializable,MetadataElement
- Direct Known Subclasses:
PersonalProfileUniverse
public class PersonalProfileElement extends Object implements Serializable, MetadataElement
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonalProfileElement()Default ConstructorPersonalProfileElement(PersonalProfileElement 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.ElementHeadergetElementHeader()Return the element header associated with the properties.PersonalProfilePropertiesgetProfileProperties()Return the properties of the profile.inthashCode()Return hash code for this objectvoidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidsetProfileProperties(PersonalProfileProperties profileProperties)Set up the profile properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
PersonalProfileElement
public PersonalProfileElement()
Default Constructor
-
PersonalProfileElement
public PersonalProfileElement(PersonalProfileElement template)
Copy/clone Constructor - the resulting object.- Parameters:
template- object being copied
-
-
Method Detail
-
getElementHeader
public ElementHeader getElementHeader()
Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getProfileProperties
public PersonalProfileProperties getProfileProperties()
Return the properties of the profile.- Returns:
- properties
-
setProfileProperties
public void setProfileProperties(PersonalProfileProperties profileProperties)
Set up the profile properties.- Parameters:
profileProperties- properties
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-