Class LevelIdentifierProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.FindProperties
org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
LevelIdentifierProperties describes the properties for searching for a governance action classification by its level.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionintReturn the level to match on.booleanReturn whether the level identifier is in usevoidsetLevelIdentifier(int levelIdentifier) Set up the level to match on.voidsetReturnSpecificLevel(boolean flag) Set up whether the level identifier is in use.toString()JSON-style toString.
-
Constructor Details
-
LevelIdentifierProperties
public LevelIdentifierProperties()Default constructor -
LevelIdentifierProperties
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
JSON-style toString.- Overrides:
toStringin classFindProperties- Returns:
- list of properties and their values.
-