Class ActorProfileElement
java.lang.Object
org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ActorProfileElement
- All Implemented Interfaces:
MetadataElement
The ActorProfileElement describes an individual, system, team or organization.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorActorProfileElement(ActorProfileElement template) Copy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the properties.Return the properties of the profile.inthashCode()Return hash code for this objectvoidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.voidsetProfileProperties(ActorProfileProperties profileProperties) Set up the profile properties.toString()JSON-style toString
-
Constructor Details
-
ActorProfileElement
public ActorProfileElement()Default Constructor -
ActorProfileElement
Copy/clone Constructor - the resulting object.- Parameters:
template- object being copied
-
-
Method Details
-
getElementHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.- Specified by:
setElementHeaderin 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
-