java.lang.Object
org.odpi.openmetadata.accessservices.dataprivacy.properties.DataPrivacyElementHeader
org.odpi.openmetadata.accessservices.dataprivacy.properties.Classification
All Implemented Interfaces:
Serializable

public class Classification extends DataPrivacyElementHeader
The Classification bean defines a single classification for an asset. This can be used for REST calls and other JSON based functions.
See Also:
  • Constructor Details

    • Classification

      public Classification()
      Default constructor
    • Classification

      public Classification(Classification templateClassification)
      Copy/clone constructor
      Parameters:
      templateClassification - template to copy
  • Method Details

    • setClassificationName

      public void setClassificationName(String classificationName)
      Set up the name of the classification
      Parameters:
      classificationName - name of classification
    • getClassificationName

      public String getClassificationName()
      Return the name of the classification
      Returns:
      String name
    • setClassificationProperties

      public void setClassificationProperties(Map<String,Object> classificationProperties)
      Set up a collection of the additional stored properties for the classification. If no stored properties are present then null is returned.
      Parameters:
      classificationProperties - properties for the classification
    • getClassificationProperties

      public Map<String,Object> getClassificationProperties()
      Return a collection of the additional stored properties for the classification. If no stored properties are present then null is returned.
      Returns:
      properties map
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code