public class RuleCategoryAction extends Object
Constructor and Description |
---|
RuleCategoryAction() |
Modifier and Type | Method and Description |
---|---|
String |
getFinalAction() |
Boolean |
getPreventInheritance() |
Set<String> |
getPreventRulesId() |
List<RuleAction> |
getRules() |
void |
setFinalAction(String finalAction) |
void |
setPreventInheritance(Boolean preventInheritance) |
void |
setPreventRulesId(Set<String> preventRulesId) |
void |
setRules(List<RuleAction> rules) |
public List<RuleAction> getRules()
public void setRules(List<RuleAction> rules)
public String getFinalAction()
public void setFinalAction(String finalAction)
public Boolean getPreventInheritance()
public void setPreventInheritance(Boolean preventInheritance)
Copyright © 2018 Vitam. All rights reserved.