Class ExternalGlossaryElementLinkProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ExternalGlossaryElementLinkProperties
ExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a description of the association between the category and the external element from the external glossary resource.Return the identifier in the external glossary resource that is equivalent to this element.Return the date that a steward verified the link.Return the identifier for the steward that created the link.int
hashCode()
Return hash code based on properties.void
setElementDescription
(String description) Set up a description of the association between the category and the external element from the external glossary resource.void
setElementIdentifier
(String elementIdentifier) Set up the identifier in the external glossary resource that is equivalent to this element.void
setLastVerified
(Date lastVerified) Set up the date that a steward verified the link.void
setSteward
(String steward) Set up the identifier for the steward that created the link.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
ExternalGlossaryElementLinkProperties
public ExternalGlossaryElementLinkProperties()Default constructor -
ExternalGlossaryElementLinkProperties
Copy/clone constructor- Parameters:
template
- template object to copy.
-
-
Method Details
-
getElementIdentifier
Return the identifier in the external glossary resource that is equivalent to this element.- Returns:
- string elementIdentifier
-
setElementIdentifier
Set up the identifier in the external glossary resource that is equivalent to this element.- Parameters:
elementIdentifier
- string
-
getElementDescription
Return a description of the association between the category and the external element from the external glossary resource.- Returns:
- string text
-
setElementDescription
Set up a description of the association between the category and the external element from the external glossary resource.- Parameters:
description
- string text
-
getSteward
Return the identifier for the steward that created the link.- Returns:
- string identifier
-
setSteward
Set up the identifier for the steward that created the link.- Parameters:
steward
- string identifier
-
getLastVerified
Return the date that a steward verified the link.- Returns:
- date/time
-
setLastVerified
Set up the date that a steward verified the link.- Parameters:
lastVerified
- date/time
-
toString
Standard toString method.- Overrides:
toString
in classRelationshipProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classRelationshipProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classRelationshipProperties
- Returns:
- int
-