Class LibraryCategoryReference
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.LibraryCategoryReference
- All Implemented Interfaces:
Serializable
,OmasObject
LibraryCategoryReference is a relationship between a Category and an ExternalGlossaryLink.
It links a glossary category to a corresponding category in an external glossary.
- 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
-
LibraryCategoryReference
public LibraryCategoryReference()
-
-
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
-