public class AttributeAssignActionSetView extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_DEPTH
constant for field name for: depth
|
static String |
FIELD_ID
constant for field name for: id
|
static String |
FIELD_IF_HAS_ATTR_ASSIGN_ACTION_ID
constant for field name for: ifHasAttrAssignActionId
|
static String |
FIELD_IF_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: ifHasAttrAssignActionName
|
static String |
FIELD_PARENT_ATTR_ASSIGN_ACTION_SET_ID
constant for field name for: parentId
|
static String |
FIELD_PARENT_IF_HAS_NAME
constant for field name for: parentIfHasName
|
static String |
FIELD_PARENT_THEN_HAS_NAME
constant for field name for: parentThenHasName
|
static String |
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_ID
constant for field name for: thenHasAttrAssignActionId
|
static String |
FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_NAME
constant for field name for: thenHasAttrAssignActionName
|
static String |
FIELD_TYPE
constant for field name for: type
|
| Constructor and Description |
|---|
AttributeAssignActionSetView() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
number of hops in the directed graph
|
String |
getId()
id of the set record
|
String |
getIfHasAttrAssignActionId()
id of the set attribute assign action
|
String |
getIfHasAttrAssignActionName()
name of the set attribute assign action name
|
String |
getParentAttrAssignActionSetId()
id of the attribute assign action set record which is the immediate record this derives from
(everything but last hop)
|
String |
getParentIfHasName()
name of the attribute of the parent where if it has this name, then it has another name
|
String |
getParentThenHasName()
name of the attribute of the parent where it has this name, if it have the ifName
|
String |
getThenHasAttrAssignActionId() |
String |
getThenHasAttrAssignActionName()
name of the member attribute assign action
|
AttributeAssignActionType |
getType() |
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(String id1)
id of the set record
|
void |
setIfHasAttrAssignActionId(String ifHasAttrAssignActionId1)
id of the set attribute assign action
|
void |
setIfHasAttrAssignActionName(String ifHasAttrAssignActionName1)
name of the set attribute assign action
|
void |
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 name
|
void |
setParentThenHasName(String parentThenHasName1)
name of the attribute of the parent where it has this name, if it have the ifName
|
void |
setThenHasAttrAssignActionId(String thenHasAttrAssignActionId1)
id of the member attribute assign action
|
void |
setThenHasAttrAssignActionName(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(String type1)
membership type -- self, immediate, or effective
set group set assignment type
|
public static final String FIELD_DEPTH
public static final String FIELD_ID
public static final String FIELD_IF_HAS_ATTR_ASSIGN_ACTION_ID
public static final String FIELD_IF_HAS_ATTR_ASSIGN_ACTION_NAME
public static final String FIELD_PARENT_ATTR_ASSIGN_ACTION_SET_ID
public static final String FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_ID
public static final String FIELD_THEN_HAS_ATTR_ASSIGN_ACTION_NAME
public static final String FIELD_TYPE
public static final String FIELD_PARENT_IF_HAS_NAME
public static final String FIELD_PARENT_THEN_HAS_NAME
public AttributeAssignActionType getType()
public String getTypeDb()
public void setType(AttributeAssignActionType type1)
type1 - public void setTypeDb(String type1)
type1 - public String getIfHasAttrAssignActionName()
public void setIfHasAttrAssignActionName(String ifHasAttrAssignActionName1)
ifHasAttrAssignActionName1 - the ifHasAttrAssignActionName to setpublic String getThenHasAttrAssignActionName()
public void setThenHasAttrAssignActionName(String thenHasAttrAssignActionName1)
thenHasAttrAssignActionName1 - the thenHasAttrAssignActionName to setpublic int getDepth()
public void setDepth(int depth1)
depth1 - the depth to setpublic String getId()
public void setId(String id1)
id1 - the id to setpublic String getIfHasAttrAssignActionId()
public void setIfHasAttrAssignActionId(String ifHasAttrAssignActionId1)
ifHasAttrAssignActionId1 - the ifHasAttrAssignActionId to setpublic String getThenHasAttrAssignActionId()
public void setThenHasAttrAssignActionId(String thenHasAttrAssignActionId1)
thenHasAttrAssignActionId1 - the thenHasAttrAssignActionId to setpublic String getParentAttrAssignActionSetId()
public void setParentAttrAssignActionSetId(String parentAttrAssignActionSetId1)
parentAttrAssignActionSetId1 - the parentAttrAssignActionSetId to setpublic String getParentIfHasName()
public void setParentIfHasName(String parentIfHasName1)
parentIfHasName1 - the parentIfHasName to setpublic String getParentThenHasName()
public void setParentThenHasName(String parentThenHasName1)
parentThenHasName1 - the parentThenHasName to setCopyright © 2016 Internet2. All rights reserved.