Class CertificationTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationTypeProperties
- All Implemented Interfaces:
Serializable
Many regulations and industry bodies define certifications that can confirm a level of support, capability
or competence in an aspect of a digital organization's operation. Having certifications may be
necessary to operating legally or may be a business advantage. The certifications awarded can be captured
in the metadata repository to enable both use and management of the certification process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the specific details of the certification.int
hashCode()
Return hash code based on properties.void
setDetails
(String details) Set up the specific details of the certification.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getExtendedProperties, getImplications, getOutcomes, getPriority, getResults, getScope, getSummary, getTitle, getTypeName, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setExtendedProperties, setImplications, setOutcomes, setPriority, setResults, setScope, setSummary, setTitle, setTypeName
-
Constructor Details
-
CertificationTypeProperties
public CertificationTypeProperties()Default Constructor -
CertificationTypeProperties
Copy/Clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDetails
Return the specific details of the certification.- Returns:
- string description
-
setDetails
Set up the specific details of the certification.- Parameters:
details
- string description
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceDefinitionProperties
- Returns:
- string containing the properties and their values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classGovernanceDefinitionProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classGovernanceDefinitionProperties
- Returns:
- int
-