Class PolicyRuleWrapper
- java.lang.Object
-
- org.apache.syncope.client.console.policies.PolicyRuleWrapper
-
- All Implemented Interfaces:
Serializable
public class PolicyRuleWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyRuleWrapper(boolean isNew)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleConf
getConf()
ImplementationEngine
getImplementationEngine()
String
getImplementationKey()
boolean
isNew()
PolicyRuleWrapper
setConf(RuleConf conf)
PolicyRuleWrapper
setImplementationEngine(ImplementationEngine implementationEngine)
PolicyRuleWrapper
setImplementationKey(String implementationKey)
-
-
-
Method Detail
-
isNew
public boolean isNew()
-
getImplementationKey
public String getImplementationKey()
-
setImplementationKey
public PolicyRuleWrapper setImplementationKey(String implementationKey)
-
getImplementationEngine
public ImplementationEngine getImplementationEngine()
-
setImplementationEngine
public PolicyRuleWrapper setImplementationEngine(ImplementationEngine implementationEngine)
-
getConf
public RuleConf getConf()
-
setConf
public PolicyRuleWrapper setConf(RuleConf conf)
-
-