|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.attr.assign.AttributeAssignActionSetView
public class AttributeAssignActionSetView
map to the attribute assign action 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_ATTR_ASSIGN_ACTION_ID
constant for field name for: ifHasAttrAssignActionId |
static java.lang.String |
FIELD_IF_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: ifHasAttrAssignActionName |
static java.lang.String |
FIELD_PARENT_ATTR_ASSIGN_ACTION_SET_ID
constant for field name for: parentId |
static java.lang.String |
FIELD_PARENT_IF_HAS_NAME
constant for field name for: parentIfHasName |
static java.lang.String |
FIELD_PARENT_THEN_HAS_NAME
constant for field name for: parentThenHasName |
static java.lang.String |
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_ID
constant for field name for: thenHasAttrAssignActionId |
static java.lang.String |
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: thenHasAttrAssignActionName |
static java.lang.String |
FIELD_TYPE
constant for field name for: type |
Constructor Summary | |
---|---|
AttributeAssignActionSetView()
|
Method Summary | |
---|---|
int |
getDepth()
number of hops in the directed graph |
java.lang.String |
getId()
id of the set record |
java.lang.String |
getIfHasAttrAssignActionId()
id of the set attribute assign action |
java.lang.String |
getIfHasAttrAssignActionName()
name of the set attribute assign action name |
java.lang.String |
getParentAttrAssignActionSetId()
id of the attribute assign action set record which is the immediate record this derives from (everything but last hop) |
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 |
getParentThenHasName()
name of the attribute of the parent where it has this name, if it have the ifName |
java.lang.String |
getThenHasAttrAssignActionId()
|
java.lang.String |
getThenHasAttrAssignActionName()
name of the member attribute assign action |
AttributeAssignActionType |
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 |
setIfHasAttrAssignActionId(java.lang.String ifHasAttrAssignActionId1)
id of the set attribute assign action |
void |
setIfHasAttrAssignActionName(java.lang.String ifHasAttrAssignActionName1)
name of the set attribute assign action |
void |
setParentAttrAssignActionSetId(java.lang.String parentAttrAssignActionSetId1)
id of the attribute assign action set record which is the immediate record this derives from (everything but last hop) |
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 |
setParentThenHasName(java.lang.String parentThenHasName1)
name of the attribute of the parent where it has this name, if it have the ifName |
void |
setThenHasAttrAssignActionId(java.lang.String thenHasAttrAssignActionId1)
id of the member attribute assign action |
void |
setThenHasAttrAssignActionName(java.lang.String thenHasAttrAssignActionName1)
name of the member attribute assign action |
void |
setType(AttributeAssignActionType type1)
set 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_ATTR_ASSIGN_ACTION_ID
public static final java.lang.String FIELD_IF_HAS_ATTR_ASSIGN_ACTION_NAME
public static final java.lang.String FIELD_PARENT_ATTR_ASSIGN_ACTION_SET_ID
public static final java.lang.String FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_ID
public static final java.lang.String FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_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 AttributeAssignActionSetView()
Method Detail |
---|
public AttributeAssignActionType getType()
public java.lang.String getTypeDb()
public void setType(AttributeAssignActionType type1)
type1
- public void setTypeDb(java.lang.String type1)
type1
- public java.lang.String getIfHasAttrAssignActionName()
public void setIfHasAttrAssignActionName(java.lang.String ifHasAttrAssignActionName1)
ifHasAttrAssignActionName1
- the ifHasAttrAssignActionName to setpublic java.lang.String getThenHasAttrAssignActionName()
public void setThenHasAttrAssignActionName(java.lang.String thenHasAttrAssignActionName1)
thenHasAttrAssignActionName1
- the thenHasAttrAssignActionName 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 getIfHasAttrAssignActionId()
public void setIfHasAttrAssignActionId(java.lang.String ifHasAttrAssignActionId1)
ifHasAttrAssignActionId1
- the ifHasAttrAssignActionId to setpublic java.lang.String getThenHasAttrAssignActionId()
public void setThenHasAttrAssignActionId(java.lang.String thenHasAttrAssignActionId1)
thenHasAttrAssignActionId1
- the thenHasAttrAssignActionId to setpublic java.lang.String getParentAttrAssignActionSetId()
public void setParentAttrAssignActionSetId(java.lang.String parentAttrAssignActionSetId1)
parentAttrAssignActionSetId1
- the parentAttrAssignActionSetId 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 |