Class Reference
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Reference
- All Implemented Interfaces:
Serializable
This is a view of a relationship from the perspective of one of the ends.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
get the name of the referenceThis guid of the related end of this referenceThis is the related ends type namethe type of relationshipAttributes associated with the relationship itselfThis is the relationship guid associated with this referenceGet a map of the unique attributes.int
hashCode()
void
setReferenceName
(String referenceName) void
setRelatedEndGuid
(String relatedEndGuid) void
setRelatedEndType
(String relatedEndType) void
setRelationship_Type
(String relationship_Type) void
setRelationshipAttributes
(Map<String, Object> relationshipAttributes) void
setRelationshipGuid
(String relationshipGuid) void
setUniqueAttributes
(Map<String, Object> uniqueAttributes) toString()
-
Field Details
-
KEY_RELATED_END_GUID
- See Also:
-
KEY_RELATIONSHIP_GUID
- See Also:
-
KEY_TYPENAME
- See Also:
-
KEY_UNIQUE_ATTRIBUTES
- See Also:
-
relationship_Type
-
relationshipGuid
-
uniqueAttributes
-
referenceName
-
-
Constructor Details
-
Reference
public Reference() -
Reference
-
Reference
-
Reference
-
Reference
-
Reference
-
Reference
-
-
Method Details
-
getRelationship_Type
the type of relationship- Returns:
- relationship type
-
setRelationship_Type
-
getRelationshipAttributes
Attributes associated with the relationship itself- Returns:
- relationship attributes
-
setRelationshipAttributes
-
getRelatedEndGuid
This guid of the related end of this reference- Returns:
- related end guid
-
setRelatedEndGuid
-
getRelationshipGuid
This is the relationship guid associated with this reference- Returns:
- relationship guid
-
setRelationshipGuid
-
getRelatedEndType
This is the related ends type name- Returns:
- related ends type name
-
setRelatedEndType
-
getUniqueAttributes
Get a map of the unique attributes. i.e. the attributes whose values must are all different.- Returns:
Map<String,Object>
-
setUniqueAttributes
-
toString
-
getReferenceName
get the name of the reference- Returns:
- reference name
-
setReferenceName
-
equals
-
hashCode
public int hashCode() -
toString
-