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 TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.booleanReturn if the link to the tag is private to the creating user.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStubReturn the element header associated with end 1 of the relationship.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the relationship.inthashCode()Return hash code for this objectvoidsetIsPublic(boolean aPublic) Set up whether the link to the tag is private to the creating user or not.voidsetRelatedElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub relatedElement) Set up the element header associated with end 1 of the relationship.voidsetRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.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
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getRelationshipHeader()Return the element header associated with the relationship.- Returns:
- element header object
-
setRelationshipHeader
public void setRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader relationshipHeader) Set up the element header associated with the relationship.- Parameters:
relationshipHeader- element header object
-
getRelatedElement
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub getRelatedElement()Return the element header associated with end 1 of the relationship.- Returns:
- element stub object
-
setRelatedElement
public void setRelatedElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub relatedElement) 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
-