Class CatalogTemplate
java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate
Capture information about a catalog template.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
additionalProperties, description, displayName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCatalogTemplate(TemplateProperties template) Copy/clone constructorCatalogTemplate(CatalogTemplate template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the version identifier.inthashCode()Return hash code based on properties.voidsetVersionIdentifier(String versionIdentifier) Set up the version identifier.toString()Generate a string containing the properties.Methods inherited from class org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
getAdditionalProperties, getDescription, getDisplayName, getRelatedElement, getSpecification, getSpecificationMermaidGraph, setAdditionalProperties, setDescription, setDisplayName, setRelatedElement, setSpecification, setSpecificationMermaidGraph
-
Constructor Details
-
CatalogTemplate
public CatalogTemplate()Default constructor -
CatalogTemplate
Copy/clone constructor- Parameters:
template- object to copy
-
CatalogTemplate
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getVersionIdentifier
Return the version identifier.- Returns:
- string
-
setVersionIdentifier
Set up the version identifier.- Parameters:
versionIdentifier- string
-
toString
Generate a string containing the properties.- Overrides:
toStringin classRefDataElementBase- Returns:
- string value
-
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.
-