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:
-
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.voidsetDescription(String description) Set the description of the relationship.voidsetIdentifier(String identifier) voidsetLastVerified(Date lastVerified) voidsetSteward(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, 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:
toStringin classRelationship
-
toString
- Overrides:
toStringin classRelationship
-