Class LevelIdentifierProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.FindProperties
org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties

public class LevelIdentifierProperties extends FindProperties
LevelIdentifierProperties describes the properties for searching for a governance action classification by its level.
  • Constructor Details

    • LevelIdentifierProperties

      public LevelIdentifierProperties()
      Default constructor
    • LevelIdentifierProperties

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

    • getReturnSpecificLevel

      public boolean getReturnSpecificLevel()
      Return whether the level identifier is in use
      Returns:
      boolean
    • setReturnSpecificLevel

      public void setReturnSpecificLevel(boolean flag)
      Set up whether the level identifier is in use.
      Parameters:
      flag - boolean
    • getLevelIdentifier

      public int getLevelIdentifier()
      Return the level to match on.
      Returns:
      int
    • setLevelIdentifier

      public void setLevelIdentifier(int levelIdentifier)
      Set up the level to match on.
      Parameters:
      levelIdentifier - int
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class FindProperties
      Returns:
      list of properties and their values.