public class RuleCategoryModel extends Object
Constructor and Description |
---|
RuleCategoryModel() |
Modifier and Type | Method and Description |
---|---|
void |
addAllPreventRulesId(List<String> preventRulesId) |
void |
addToPreventRulesId(String preventRulesId) |
String |
getClassificationLevel() |
String |
getClassificationOwner() |
String |
getFinalAction() |
InheritanceModel |
getInheritance() |
List<RuleModel> |
getRules() |
boolean |
isPreventInheritance() |
void |
merge(RuleCategoryModel ruleCategoryModel) |
void |
setClassificationLevel(String classificationLevel) |
void |
setClassificationOwner(String classificationOwner) |
void |
setFinalAction(String finalAction) |
void |
setPreventInheritance(Boolean preventInheritance) |
void |
setRules(List<RuleModel> listRUle) |
public InheritanceModel getInheritance()
public String getFinalAction()
public void setFinalAction(String finalAction)
public void merge(RuleCategoryModel ruleCategoryModel)
public boolean isPreventInheritance()
public void setPreventInheritance(Boolean preventInheritance)
public void addToPreventRulesId(String preventRulesId)
public String getClassificationLevel()
public void setClassificationLevel(String classificationLevel)
public String getClassificationOwner()
public void setClassificationOwner(String classificationOwner)
Copyright © 2018 Vitam. All rights reserved.