Class AttributeAssignActionSetView
java.lang.Object
edu.internet2.middleware.grouper.attr.assign.AttributeAssignActionSetView
map to the attribute assign action set view for testing
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
constant for field name for: depthstatic final String
constant for field name for: idstatic final String
constant for field name for: ifHasAttrAssignActionIdstatic final String
constant for field name for: ifHasAttrAssignActionNamestatic final String
constant for field name for: parentIdstatic final String
constant for field name for: parentIfHasNamestatic final String
constant for field name for: parentThenHasNamestatic final String
constant for field name for: thenHasAttrAssignActionIdstatic final String
constant for field name for: thenHasAttrAssignActionNamestatic final String
constant for field name for: type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDepth()
number of hops in the directed graphgetId()
id of the set recordid of the set attribute assign actionname of the set attribute assign action nameid of the attribute assign action set record which is the immediate record this derives from (everything but last hop)name of the attribute of the parent where if it has this name, then it has another namename of the attribute of the parent where it has this name, if it have the ifNamename of the member attribute assign actiongetType()
membership type -- self, immediate, or effective get string value of type for hibernatevoid
setDepth
(int depth1) number of hops in the directed graphvoid
id of the set recordvoid
setIfHasAttrAssignActionId
(String ifHasAttrAssignActionId1) id of the set attribute assign actionvoid
setIfHasAttrAssignActionName
(String ifHasAttrAssignActionName1) name of the set attribute assign actionvoid
setParentAttrAssignActionSetId
(String parentAttrAssignActionSetId1) id of the attribute assign action set record which is the immediate record this derives from (everything but last hop)void
setParentIfHasName
(String parentIfHasName1) name of the attribute of the parent where if it has this name, then it has another namevoid
setParentThenHasName
(String parentThenHasName1) name of the attribute of the parent where it has this name, if it have the ifNamevoid
setThenHasAttrAssignActionId
(String thenHasAttrAssignActionId1) id of the member attribute assign actionvoid
setThenHasAttrAssignActionName
(String thenHasAttrAssignActionName1) name of the member attribute assign actionvoid
setType
(AttributeAssignActionType type1) set type -- self, immediate, or effective set group set assignment typevoid
membership type -- self, immediate, or effective set group set assignment type
-
Field Details
-
FIELD_DEPTH
constant for field name for: depth- See Also:
-
FIELD_ID
constant for field name for: id- See Also:
-
FIELD_IF_HAS_ATTR_ASSIGN_ACTION_ID
constant for field name for: ifHasAttrAssignActionId- See Also:
-
FIELD_IF_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: ifHasAttrAssignActionName- See Also:
-
FIELD_PARENT_ATTR_ASSIGN_ACTION_SET_ID
constant for field name for: parentId- See Also:
-
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_ID
constant for field name for: thenHasAttrAssignActionId- See Also:
-
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: thenHasAttrAssignActionName- See Also:
-
FIELD_TYPE
constant for field name for: type- See Also:
-
FIELD_PARENT_IF_HAS_NAME
constant for field name for: parentIfHasName- See Also:
-
FIELD_PARENT_THEN_HAS_NAME
constant for field name for: parentThenHasName- See Also:
-
-
Constructor Details
-
AttributeAssignActionSetView
public AttributeAssignActionSetView()
-
-
Method Details
-
getType
- Returns:
- set type (immediate, effective, or self)
-
getTypeDb
membership type -- self, immediate, or effective get string value of type for hibernate- Returns:
- type
-
setType
set type -- self, immediate, or effective set group set assignment type- Parameters:
type1
-
-
setTypeDb
membership type -- self, immediate, or effective set group set assignment type- Parameters:
type1
-
-
getIfHasAttrAssignActionName
name of the set attribute assign action name- Returns:
- the ifHasAttrAssignActionName
-
setIfHasAttrAssignActionName
name of the set attribute assign action- Parameters:
ifHasAttrAssignActionName1
- the ifHasAttrAssignActionName to set
-
getThenHasAttrAssignActionName
name of the member attribute assign action- Returns:
- the thenHasAttrAssignActionName
-
setThenHasAttrAssignActionName
name of the member attribute assign action- Parameters:
thenHasAttrAssignActionName1
- the thenHasAttrAssignActionName to set
-
getDepth
public int getDepth()number of hops in the directed graph- Returns:
- the depth
-
setDepth
public void setDepth(int depth1) number of hops in the directed graph- Parameters:
depth1
- the depth to set
-
getId
id of the set record- Returns:
- the id
-
setId
id of the set record- Parameters:
id1
- the id to set
-
getIfHasAttrAssignActionId
id of the set attribute assign action- Returns:
- the ifHasAttrAssignActionId
-
setIfHasAttrAssignActionId
id of the set attribute assign action- Parameters:
ifHasAttrAssignActionId1
- the ifHasAttrAssignActionId to set
-
getThenHasAttrAssignActionId
- Returns:
- the thenHasAttrAssignActionId
-
setThenHasAttrAssignActionId
id of the member attribute assign action- Parameters:
thenHasAttrAssignActionId1
- the thenHasAttrAssignActionId to set
-
getParentAttrAssignActionSetId
id of the attribute assign action set record which is the immediate record this derives from (everything but last hop)- Returns:
- the parentAttrAssignActionSetId
-
setParentAttrAssignActionSetId
id of the attribute assign action set record which is the immediate record this derives from (everything but last hop)- Parameters:
parentAttrAssignActionSetId1
- the parentAttrAssignActionSetId to set
-
getParentIfHasName
name of the attribute of the parent where if it has this name, then it has another name- Returns:
- the parentIfHasName
-
setParentIfHasName
name of the attribute of the parent where if it has this name, then it has another name- Parameters:
parentIfHasName1
- the parentIfHasName to set
-
getParentThenHasName
name of the attribute of the parent where it has this name, if it have the ifName- Returns:
- the parentThenHasName
-
setParentThenHasName
name of the attribute of the parent where it has this name, if it have the ifName- Parameters:
parentThenHasName1
- the parentThenHasName to set
-