public class RoleRuleInfo
extends java.lang.Object
| Constructor and Description |
|---|
RoleRuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCorrespondingMask() |
RoleRule |
getRoleRule() |
boolean |
hasRulesForEntities() |
boolean |
ruleFound() |
void |
setCorrespondingMask(java.lang.String correspondingMask) |
void |
setHasRulesForEntities(boolean hasRulesForEntities) |
void |
setRoleRule(RoleRule roleRule) |
public RoleRule getRoleRule()
public void setRoleRule(RoleRule roleRule)
public java.lang.String getCorrespondingMask()
public void setCorrespondingMask(java.lang.String correspondingMask)
public boolean hasRulesForEntities()
public void setHasRulesForEntities(boolean hasRulesForEntities)
public boolean ruleFound()