|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.permissions.role.RoleSetView
public class RoleSetView
map to the role set view for testing
Field Summary | |
---|---|
static java.lang.String |
FIELD_DEPTH
constant for field name for: depth |
static java.lang.String |
FIELD_ID
constant for field name for: id |
static java.lang.String |
FIELD_IF_HAS_ROLE_ID
constant for field name for: ifHasRoleId |
static java.lang.String |
FIELD_IF_HAS_ROLE_NAME
constant for field name for: ifHasRoleName |
static java.lang.String |
FIELD_PARENT_IF_HAS_NAME
constant for field name for: parentIfHasName |
static java.lang.String |
FIELD_PARENT_ROLE_SET_ID
constant for field name for: parentId |
static java.lang.String |
FIELD_PARENT_THEN_HAS_NAME
constant for field name for: parentThenHasName |
static java.lang.String |
FIELD_THEN_HAS_ROLE_ID
constant for field name for: thenHasRoleId |
static java.lang.String |
FIELD_THEN_HAS_ROLE_NAME
constant for field name for: thenHasRoleName |
static java.lang.String |
FIELD_TYPE
constant for field name for: type |
Constructor Summary | |
---|---|
RoleSetView()
|
Method Summary | |
---|---|
int |
getDepth()
number of hops in the directed graph |
java.lang.String |
getId()
id of the set record |
java.lang.String |
getIfHasRoleId()
id of the set role |
java.lang.String |
getIfHasRoleName()
name of the set role |
java.lang.String |
getParentIfHasName()
name of the attribute of the parent where if it has this name, then it has another name |
java.lang.String |
getParentRoleSetId()
id of the role set record which is the immediate record this derives from (everything but last hop) |
java.lang.String |
getParentThenHasName()
name of the attribute of the parent where it has this name, if it have the ifName |
java.lang.String |
getThenHasRoleId()
|
java.lang.String |
getThenHasRoleName()
name of the member role |
RoleHierarchyType |
getType()
|
java.lang.String |
getTypeDb()
membership type -- self, immediate, or effective get string value of type for hibernate |
void |
setDepth(int depth1)
number of hops in the directed graph |
void |
setId(java.lang.String id1)
id of the set record |
void |
setIfHasRoleId(java.lang.String ifHasRoleId1)
id of the set role |
void |
setIfHasRoleName(java.lang.String ifHasRoleName1)
name of the set role |
void |
setParentIfHasName(java.lang.String parentIfHasName1)
name of the attribute of the parent where if it has this name, then it has another name |
void |
setParentRoleSetId(java.lang.String parentRoleSetId1)
id of the role set record which is the immediate record this derives from (everything but last hop) |
void |
setParentThenHasName(java.lang.String parentThenHasName1)
name of the attribute of the parent where it has this name, if it have the ifName |
void |
setThenHasRoleId(java.lang.String thenHasRoleId1)
id of the member role |
void |
setThenHasRoleName(java.lang.String thenHasRoleName1)
name of the member role |
void |
setType(RoleHierarchyType type1)
membership type -- self, immediate, or effective set group set assignment type |
void |
setTypeDb(java.lang.String type1)
membership type -- self, immediate, or effective set group set assignment type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FIELD_DEPTH
public static final java.lang.String FIELD_ID
public static final java.lang.String FIELD_IF_HAS_ROLE_ID
public static final java.lang.String FIELD_IF_HAS_ROLE_NAME
public static final java.lang.String FIELD_PARENT_ROLE_SET_ID
public static final java.lang.String FIELD_THEN_HAS_ROLE_ID
public static final java.lang.String FIELD_THEN_HAS_ROLE_NAME
public static final java.lang.String FIELD_TYPE
public static final java.lang.String FIELD_PARENT_IF_HAS_NAME
public static final java.lang.String FIELD_PARENT_THEN_HAS_NAME
Constructor Detail |
---|
public RoleSetView()
Method Detail |
---|
public RoleHierarchyType getType()
public java.lang.String getTypeDb()
public void setType(RoleHierarchyType type1)
type1
- public void setTypeDb(java.lang.String type1)
type1
- public java.lang.String getIfHasRoleName()
public void setIfHasRoleName(java.lang.String ifHasRoleName1)
ifHasRoleName1
- the ifHasRoleName to setpublic java.lang.String getThenHasRoleName()
public void setThenHasRoleName(java.lang.String thenHasRoleName1)
thenHasRoleName1
- the thenHasRoleName to setpublic int getDepth()
public void setDepth(int depth1)
depth1
- the depth to setpublic java.lang.String getId()
public void setId(java.lang.String id1)
id1
- the id to setpublic java.lang.String getIfHasRoleId()
public void setIfHasRoleId(java.lang.String ifHasRoleId1)
ifHasRoleId1
- the ifHasRoleId to setpublic java.lang.String getThenHasRoleId()
public void setThenHasRoleId(java.lang.String thenHasRoleId1)
thenHasRoleId1
- the thenHasRoleId to setpublic java.lang.String getParentRoleSetId()
public void setParentRoleSetId(java.lang.String parentRoleSetId1)
parentRoleSetId1
- the parentRoleSetId to setpublic java.lang.String getParentIfHasName()
public void setParentIfHasName(java.lang.String parentIfHasName1)
parentIfHasName1
- the parentIfHasName to setpublic java.lang.String getParentThenHasName()
public void setParentThenHasName(java.lang.String parentThenHasName1)
parentThenHasName1
- the parentThenHasName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |