Class FeedbackTargetElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.FeedbackTargetElement
- All Implemented Interfaces:
Serializable
FeedbackTargetElement contains the properties and header for a relationship retrieved from the metadata repository along with the stub
of the related element.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorFeedbackTargetElement
(FeedbackTargetElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.boolean
Return if the link to the tag is private to the creating user.Return the element header associated with end 1 of the relationship.Return the element header associated with the relationship.int
hashCode()
Return hash code for this objectvoid
setIsPublic
(boolean aPublic) Set up whether the link to the tag is private to the creating user or not.void
setRelatedElement
(ElementStub relatedElement) Set up the element header associated with end 1 of the relationship.void
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the element header associated with the relationship.toString()
JSON-style toString
-
Constructor Details
-
FeedbackTargetElement
public FeedbackTargetElement()Default constructor -
FeedbackTargetElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIsPublic
public boolean getIsPublic()Return if the link to the tag is private to the creating user.- Returns:
- boolean
-
setIsPublic
public void setIsPublic(boolean aPublic) Set up whether the link to the tag is private to the creating user or not.- Parameters:
aPublic
- boolean
-
getRelationshipHeader
Return the element header associated with the relationship.- Returns:
- element header object
-
setRelationshipHeader
Set up the element header associated with the relationship.- Parameters:
relationshipHeader
- element header object
-
getRelatedElement
Return the element header associated with end 1 of the relationship.- Returns:
- element stub object
-
setRelatedElement
Set up the element header associated with end 1 of the relationship.- Parameters:
relatedElement
- element stub object
-
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
-