Class CertificationTypeProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties

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.
  • Constructor Details

    • CertificationTypeProperties

      public CertificationTypeProperties()
      Default Constructor
    • CertificationTypeProperties

      public CertificationTypeProperties(CertificationTypeProperties template)
      Copy/Clone Constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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:
      toString in class GovernanceDefinitionProperties
      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:
      equals in class GovernanceDefinitionProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class GovernanceDefinitionProperties
      Returns:
      int