Class ToDoActionTargetElement
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ToDoActionTargetElement
ToDoActionTargetElement describes an element that a person owning a "To Do" action should process.
-
Constructor Summary
ConstructorDescriptionTypical ConstructorCopy/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 TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the header of the ActionTarget relationship.Return the properties of the ActionTarget relationship.Return details of the target element that the governance action service is to process.int
hashCode()
Create a hash code for this element type.void
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the header of the ActionTarget relationship.void
setRelationshipProperties
(ToDoActionTargetProperties relationshipProperties) Set up the properties of the ActionTarget relationship.void
setTargetElement
(MetadataElementSummary targetElement) Set up details of the target element that the governance action service is to process.toString()
Standard toString method.
-
Constructor Details
-
ToDoActionTargetElement
public ToDoActionTargetElement()Typical Constructor -
ToDoActionTargetElement
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
Return the header of the ActionTarget relationship.- Returns:
- header
-
setRelationshipHeader
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
Return details of the target element that the governance action service is to process.- Returns:
- metadata element properties
-
setTargetElement
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.
-