Class RelationshipEnd
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.RelationshipEnd
- All Implemented Interfaces:
Serializable
this is represents a relationship and the related end.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRelationshipEnd
(String guid) RelationshipEnd
(String guid, String typeName) RelationshipEnd
(String typeName, Map<String, Object> uniqueAttributes) RelationshipEnd
(Map objIdMap) RelationshipEnd
(RelationshipEnd other) -
Method Summary
Modifier and TypeMethodDescriptionboolean
This guid of the is the related end of this referenceThis is the relationship guid associated with this referenceThis is the related ends type nameint
hashCode()
void
setEndGuid
(String EndGuid) void
setRelationshipGuid
(String relationshipGuid) void
setTypeName
(String typeName) void
setUniqueAttributes
(Map<String, Object> uniqueAttributes) toString()
-
Field Details
-
KEY_END_GUID
- See Also:
-
KEY_RELATIONSHIP_GUID
- See Also:
-
KEY_TYPENAME
- See Also:
-
KEY_UNIQUE_ATTRIBUTES
- See Also:
-
typeName
-
-
Constructor Details
-
RelationshipEnd
public RelationshipEnd() -
RelationshipEnd
-
RelationshipEnd
-
RelationshipEnd
-
RelationshipEnd
-
RelationshipEnd
-
RelationshipEnd
-
-
Method Details
-
getEndGuid
This guid of the is the related end of this reference- Returns:
- guid of the end
-
setEndGuid
-
getRelationshipGuid
This is the relationship guid associated with this reference- Returns:
- relationship guid
-
setRelationshipGuid
-
getTypeName
This is the related ends type name- Returns:
- the related ends name
-
setTypeName
-
getUniqueAttributes
-
setUniqueAttributes
-
toString
-
equals
-
hashCode
public int hashCode() -
toString
-