Class LibraryTermReference
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.LibraryTermReference
- All Implemented Interfaces:
Serializable
,OmasObject
LibraryTermReference is a relationship between a Term and an ExternalGlossaryLink.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
end1, end2, name, relationshipType, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the corresponding element from the external glossary.Identifier of the corresponding element from the external glossary.Date when this reference was last checked.Person who established the link to the external glossary.void
setDescription
(String description) Set the description of the relationship.void
setIdentifier
(String identifier) void
setLastVerified
(Date lastVerified) void
setSteward
(String steward) toString()
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getName, getRelationshipType, getSystemAttributes, initialise, isReadOnly, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setReadOnly, setRelationshipType, setSystemAttributes
-
Constructor Details
-
LibraryTermReference
public LibraryTermReference()
-
-
Method Details
-
getIdentifier
Identifier of the corresponding element from the external glossary.- Returns:
String
-
setIdentifier
-
getDescription
Description of the corresponding element from the external glossary.- Returns:
String
-
setDescription
Set the description of the relationship.- Parameters:
description
-String
-
getSteward
Person who established the link to the external glossary.- Returns:
String
-
setSteward
-
getLastVerified
Date when this reference was last checked.- Returns:
Date
-
setLastVerified
-
toString
- Overrides:
toString
in classRelationship
-
toString
- Overrides:
toString
in classRelationship
-