Class LicenseTypeProperties

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

public class LicenseTypeProperties extends GovernanceDefinitionProperties
LicenseTypeProperties defines a license that the organization recognizes and has governance definitions to support it.
  • Constructor Details

    • LicenseTypeProperties

      public LicenseTypeProperties()
      Default Constructor
    • LicenseTypeProperties

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

    • getDetails

      public String getDetails()
      Return the specific details of the license.
      Returns:
      string description
    • setDetails

      public void setDetails(String details)
      Set up the specific details of the license.
      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