Class ActionTargetElement
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ActionTargetElement
ActionTargetElement describes an element that a person owning a "To Do" action should process.
-
Constructor Summary
ConstructorsConstructorDescriptionTypical ConstructorActionTargetElement(ActionTargetElement template) Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null; -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the header of the ActionTarget relationship.Return the properties of the ActionTarget relationship.org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElementReturn details of the target element that the governance action service is to process.inthashCode()Create a hash code for this element type.voidsetRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader relationshipHeader) Set up the header of the ActionTarget relationship.voidsetRelationshipProperties(ActionTargetProperties relationshipProperties) Set up the properties of the ActionTarget relationship.voidsetTargetElement(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement targetElement) Set up details of the target element that the governance action service is to process.toString()Standard toString method.
-
Constructor Details
-
ActionTargetElement
public ActionTargetElement()Typical Constructor -
ActionTargetElement
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;- Parameters:
template- object being copied
-
-
Method Details
-
getRelationshipHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getRelationshipHeader()Return the header of the ActionTarget relationship.- Returns:
- header
-
setRelationshipHeader
public void setRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader relationshipHeader) Set up the header of the ActionTarget relationship.- Parameters:
relationshipHeader- header
-
getRelationshipProperties
Return the properties of the ActionTarget relationship.- Returns:
- properties
-
setRelationshipProperties
Set up the properties of the ActionTarget relationship.- Parameters:
relationshipProperties- properties
-
getTargetElement
public org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement getTargetElement()Return details of the target element that the governance action service is to process.- Returns:
- metadata element properties
-
setTargetElement
public void setTargetElement(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement targetElement) Set up details of the target element that the governance action service is to process.- Parameters:
targetElement- metadata element properties
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-