public class AdminRoleMembershipWithoutHierarchy extends AdminRoleMembership implements java.io.Serializable, java.lang.Comparable
Modifier and Type | Class and Description |
---|---|
static class |
AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MEMBERSHIP_TYPE_PARAM |
Constructor and Description |
---|
AdminRoleMembershipWithoutHierarchy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AdminRoleMembershipWithoutHierarchy o) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComparableValue() |
boolean |
isRuleBased()
Returns if this membership is created by dynamic membership rule
|
void |
setRuleBased(boolean rb)
Sets if this membership is created by dynamic membership rule
|
getAdminRole, getAdminRoleId, getAdminRoleName, getRoleMembershipId, getRootScopeId, getScopeId, getScopeIdAsLong, getUserId, isHierarchicalScope, setAdminRole, setHierarchicalScope, setRoleMembershipId, setRootScopeId, setRootScopeIdAsLong, setScopeId, setUserId, toString
public static final java.lang.String MEMBERSHIP_TYPE_PARAM
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getComparableValue()
public boolean isRuleBased()
public void setRuleBased(boolean rb)
public int compareTo(AdminRoleMembershipWithoutHierarchy o)
compareTo
in interface java.lang.Comparable