Package com.securenative.rules
Class Rule
- java.lang.Object
-
- com.securenative.rules.Rule
-
public class Rule extends Object
-
-
Constructor Summary
Constructors Constructor Description Rule()Rule(RuleData data, RuleInterception interception)Rule(String name, RuleData data, RuleInterception interception)
-
Method Summary
Modifier and Type Method Description RuleDatagetData()RuleInterceptiongetInterception()StringgetName()voidsetData(RuleData data)voidsetInterception(RuleInterception interception)voidsetName(String name)
-
-
-
Constructor Detail
-
Rule
public Rule(String name, RuleData data, RuleInterception interception)
-
Rule
public Rule(RuleData data, RuleInterception interception)
-
Rule
public Rule()
-
-
Method Detail
-
getName
public String getName()
-
getData
public RuleData getData()
-
getInterception
public RuleInterception getInterception()
-
setName
public void setName(String name)
-
setData
public void setData(RuleData data)
-
setInterception
public void setInterception(RuleInterception interception)
-
-