Class TemplateProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.TemplateProperties
TemplateProperties defined the properties that can be overridden from the template object
when creating an object from a template.
-
Constructor Summary
ConstructorDescriptionDefault constructorTemplateProperties
(TemplateProperties template) Copy/clone constructor for the template properties. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Returns the stored description property for the metadata entity.Returns the stored display name property for the metadata entity.Return the physical network address of this metadata element (if this makes sense).Return the path name to the physical resource - used when creating new data store assets such as databases, files and folders.Returns the stored qualified name property for the metadata entity.Set up the version identifier of the resource.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the stored description property associated with the metadata entity.void
setDisplayName
(String displayName) Set up the stored display name property for the metadata entity.void
setNetworkAddress
(String networkAddress) Set up the physical network address of this metadata element (if this makes sense).void
setPathName
(String pathName) Set up the path name to the physical resource - used when creating new data store assets such as databases, files and folders.void
setQualifiedName
(String qualifiedName) Set up the fully qualified name.void
setVersionIdentifier
(String versionIdentifier) Set up the version identifier of the resource.toString()
Standard toString method.
-
Constructor Details
-
TemplateProperties
public TemplateProperties()Default constructor -
TemplateProperties
Copy/clone constructor for the template properties.- Parameters:
template
- template object to copy.
-
-
Method Details
-
getQualifiedName
Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
getDisplayName
Returns the stored display name property for the metadata entity. If no display name is available then null is returned.- Returns:
- String name
-
setDisplayName
Set up the stored display name property for the metadata entity.- Parameters:
displayName
- String name
-
getVersionIdentifier
Set up the version identifier of the resource.- Returns:
- string version name
-
setVersionIdentifier
Set up the version identifier of the resource.- Parameters:
versionIdentifier
- string version name
-
getDescription
Returns the stored description property for the metadata entity. If no description is provided then null is returned.- Returns:
- description String text
-
setDescription
Set up the stored description property associated with the metadata entity.- Parameters:
description
- String text
-
getPathName
Return the path name to the physical resource - used when creating new data store assets such as databases, files and folders.- Returns:
- string name
-
setPathName
Set up the path name to the physical resource - used when creating new data store assets such as databases, files and folders.- Parameters:
pathName
- string name
-
getNetworkAddress
Return the physical network address of this metadata element (if this makes sense).- Returns:
- string name
-
setNetworkAddress
Set up the physical network address of this metadata element (if this makes sense).- Parameters:
networkAddress
- string name
-
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.
-