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
public class LibraryCategoryReference extends Relationship
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
end1, end2, name, relationshipType, serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description LibraryCategoryReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Description of the corresponding element from the external glossary.StringgetIdentifier()Identifier of the corresponding element from the external glossary.DategetLastVerified()Date when this reference was last checked.StringgetSteward()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)StringtoString()StringBuildertoString(StringBuilder sb)-
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
-
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Identifier of the corresponding element from the external glossary.- Returns:
String
-
setIdentifier
public void setIdentifier(String identifier)
-
getDescription
public String getDescription()
Description of the corresponding element from the external glossary.- Returns:
String
-
setDescription
public void setDescription(String description)
Set the description of the relationship.- Parameters:
description-String
-
getSteward
public String getSteward()
Person who established the link to the external glossary.- Returns:
String
-
setSteward
public void setSteward(String steward)
-
getLastVerified
public Date getLastVerified()
Date when this reference was last checked.- Returns:
Date
-
setLastVerified
public void setLastVerified(Date lastVerified)
-
toString
public StringBuilder toString(StringBuilder sb)
- Overrides:
toStringin classRelationship
-
toString
public String toString()
- Overrides:
toStringin classRelationship
-
-