Class BitolAuthoritativeDefinition
java.lang.Object
org.odpi.openmetadata.frameworks.integration.bitol.common.BitolAuthoritativeDefinition
This class represents a link to a source that provides more details on an element of a Bitol Open Data
Contract Standard (ODCS) or Open Data Product Standard (ODPS) document. The type of link is described by the
BitolAuthoritativeDefinitionType enumeration although other values are permitted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the description of the purpose of the link.getId()Return the stable identifier of this element (alphanumeric, hyphen and underscore characters only).getType()Return the type of definition.getUrl()Return the URL of the authoritative source.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the description of the purpose of the link.voidSet up the stable identifier of this element (alphanumeric, hyphen and underscore characters only).voidSet up the type of definition.voidSet up the URL of the authoritative source.toString()Standard toString method.
-
Constructor Details
-
BitolAuthoritativeDefinition
public BitolAuthoritativeDefinition()Default constructor
-
-
Method Details
-
getId
Return the stable identifier of this element (alphanumeric, hyphen and underscore characters only).- Returns:
- string identifier
-
setId
Set up the stable identifier of this element (alphanumeric, hyphen and underscore characters only).- Parameters:
id- string identifier
-
getType
Return the type of definition. Standard values are defined in BitolAuthoritativeDefinitionType.- Returns:
- string type name
-
setType
Set up the type of definition. Standard values are defined in BitolAuthoritativeDefinitionType.- Parameters:
type- string type name
-
getUrl
Return the URL of the authoritative source.- Returns:
- string URL
-
setUrl
Set up the URL of the authoritative source.- Parameters:
url- string URL
-
getDescription
Return the description of the purpose of the link.- Returns:
- string description
-
setDescription
Set up the description of the purpose of the link.- Parameters:
description- string description
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-