Class GovernanceServiceProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
- Direct Known Subclasses:
RegisteredGovernanceService
GovernanceServiceProperties contains the definition of a governance service.
This definition can be associated with multiple governance engines.
-
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 the connection used to create a instance of this governance service.Retrieve the name of the technology used for this data asset.Returns the stored description property for the asset.getName()
Returns the stored display name property for the asset.Set up the version identifier of the resource.int
hashCode()
Create a hash code for this element type.void
setConnection
(Connection connection) Set up the connection used to create a instance of this governance service.void
setDeployedImplementationType
(String deployedImplementationType) Set up the name of the technology used for this data asset.void
setDescription
(String description) Set up the stored description property associated with the asset.void
Set up the stored display name property for the asset.void
setVersionIdentifier
(String versionIdentifier) Set up the version identifier of the resource.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
GovernanceServiceProperties
public GovernanceServiceProperties()Default constructor -
GovernanceServiceProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getName
Returns the stored display name property for the asset. If no display name is available then null is returned.- Returns:
- String name
-
setName
Set up the stored display name property for the asset.- Parameters:
name
- 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 asset. If no description is provided then null is returned.- Returns:
- description String text
-
setDescription
Set up the stored description property associated with the asset.- Parameters:
description
- String text
-
getDeployedImplementationType
Retrieve the name of the technology used for this data asset.- Returns:
- string name
-
setDeployedImplementationType
Set up the name of the technology used for this data asset.- Parameters:
deployedImplementationType
- string name
-
getConnection
Return the connection used to create a instance of this governance service.- Returns:
- Connection object
-
setConnection
Set up the connection used to create a instance of this governance service.- Parameters:
connection
- connection object
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- 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 classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-