public class GovernanceZoneProperties extends SecurityAccessControlProperties
GovernanceZoneProperties describes a governance zone which is a grouping of assets that are used for a specific purpose.
  • Constructor Details

    • GovernanceZoneProperties

      public GovernanceZoneProperties()
      Default constructor
    • GovernanceZoneProperties

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

    • getCriteria

      public String getCriteria()
      Return details of the criteria that Assets have when they are placed in these zones.
      Returns:
      text
    • setCriteria

      public void setCriteria(String criteria)
      Set up the details of the criteria that Assets have when they are placed in these zones.
      Parameters:
      criteria - text
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class SecurityAccessControlProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class GovernanceControlProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class GovernanceControlProperties
      Returns:
      int hash code