Class ActorProfileElement
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AttributedMetadataElement
org.odpi.openmetadata.frameworks.openmetadata.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 TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the properties of the profile.int
hashCode()
Return hash code for this objectvoid
setProfileProperties
(ActorProfileProperties profileProperties) Set up the profile properties.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AttributedMetadataElement
getAlsoKnownAs, getAttachedComments, getAttachedKeywords, getAttachedLikes, getAttachedReviews, getAttachedTags, getElementHeader, getExternalReferences, getMemberOfCollections, getMermaidGraph, getOtherRelatedElements, getRelatedBy, getSemanticAssignments, setAlsoKnownAs, setAttachedComments, setAttachedKeywords, setAttachedLikes, setAttachedReviews, setAttachedTags, setElementHeader, setExternalReferences, setMemberOfCollections, setMermaidGraph, setOtherRelatedElements, setRelatedBy, setSemanticAssignments
-
Constructor Details
-
ActorProfileElement
public ActorProfileElement()Default Constructor -
ActorProfileElement
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
getProfileProperties
Return the properties of the profile.- Returns:
- properties
-
setProfileProperties
Set up the profile properties.- Parameters:
profileProperties
- properties
-
toString
JSON-style toString- Overrides:
toString
in classAttributedMetadataElement
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classAttributedMetadataElement
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classAttributedMetadataElement
- Returns:
- int hash code
-