Class CertificationTypeProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationTypeProperties
-
- All Implemented Interfaces:
Serializable
public class CertificationTypeProperties extends GovernanceDefinitionProperties
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificationTypeProperties()Default ConstructorCertificationTypeProperties(CertificationTypeProperties template)Copy/Clone Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetDetails()Return the specific details of the certification.inthashCode()Return has code based on properties.voidsetDetails(String details)Set up the specific details of the certification.StringtoString()JSON-style toString-
Methods 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 Detail
-
CertificationTypeProperties
public CertificationTypeProperties()
Default Constructor
-
CertificationTypeProperties
public CertificationTypeProperties(CertificationTypeProperties template)
Copy/Clone Constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getDetails
public String getDetails()
Return the specific details of the certification.- Returns:
- string description
-
setDetails
public void setDetails(String details)
Set up the specific details of the certification.- Parameters:
details- string description
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classGovernanceDefinitionProperties- Returns:
- string containing the properties and their values
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classGovernanceDefinitionProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return has code based on properties.- Overrides:
hashCodein classGovernanceDefinitionProperties- Returns:
- int
-
-