Class AttrAssignActionSetView

java.lang.Object
edu.internet2.middleware.grouper.attr.assign.AttrAssignActionSetView

public class AttrAssignActionSetView extends Object
map to the attribute assign action set view for testing
  • Field Details

    • FIELD_DEPTH

      public static final String FIELD_DEPTH
      constant for field name for: depth
      See Also:
    • FIELD_ID

      public static final String FIELD_ID
      constant for field name for: id
      See Also:
    • FIELD_IF_HAS_ATTR_ASSN_ACTION_ID

      public static final String FIELD_IF_HAS_ATTR_ASSN_ACTION_ID
      constant for field name for: ifHasAttrAssnActionId
      See Also:
    • FIELD_IF_HAS_ATTR_ASSN_ACTION_NAME

      public static final String FIELD_IF_HAS_ATTR_ASSN_ACTION_NAME
      constant for field name for: ifHasAttrAssnActionName
      See Also:
    • FIELD_PARENT_ATTR_ACTION_SET_ID

      public static final String FIELD_PARENT_ATTR_ACTION_SET_ID
      constant for field name for: parentAttrActionSetId
      See Also:
    • FIELD_THEN_HAS_ATTR_ASSN_ACTION_ID

      public static final String FIELD_THEN_HAS_ATTR_ASSN_ACTION_ID
      constant for field name for: thenHasAttrAssnActionId
      See Also:
    • FIELD_THEN_HAS_ATTR_ASSN_ACTION_NAME

      public static final String FIELD_THEN_HAS_ATTR_ASSN_ACTION_NAME
      constant for field name for: thenHasAttrDefNameName
      See Also:
    • FIELD_TYPE

      public static final String FIELD_TYPE
      constant for field name for: type
      See Also:
    • FIELD_PARENT_IF_HAS_NAME

      public static final String FIELD_PARENT_IF_HAS_NAME
      constant for field name for: parentIfHasName
      See Also:
    • FIELD_PARENT_THEN_HAS_NAME

      public static final String FIELD_PARENT_THEN_HAS_NAME
      constant for field name for: parentThenHasName
      See Also:
  • Constructor Details

    • AttrAssignActionSetView

      public AttrAssignActionSetView()
  • Method Details

    • getType

      public AttributeAssignActionType getType()
      Returns:
      membership type (immediate, effective, or self)
    • getTypeDb

      public String getTypeDb()
      membership type -- self, immediate, or effective get string value of type for hibernate
      Returns:
      type
    • setType

      public void setType(AttributeAssignActionType type1)
      membership type -- self, immediate, or effective set group set assignment type
      Parameters:
      type1 -
    • setTypeDb

      public void setTypeDb(String type1)
      membership type -- self, immediate, or effective set group set assignment type
      Parameters:
      type1 -
    • getIfHasAttrAssnActionName

      public String getIfHasAttrAssnActionName()
      name of the set attribute def name
      Returns:
      the ifHasAttrDefNameName
    • setIfHasAttrAssnActionName

      public void setIfHasAttrAssnActionName(String ifHasAttrDefNameName1)
      name of the set attribute def name
      Parameters:
      ifHasAttrDefNameName1 - the ifHasAttrDefNameName to set
    • getThenHasAttrAssnActionName

      public String getThenHasAttrAssnActionName()
      name of the member attribute def name
      Returns:
      the thenHasAttrDefNameName
    • setThenHasAttrAssnActionName

      public void setThenHasAttrAssnActionName(String thenHasAttrDefNameName1)
      name of the member attribute def name
      Parameters:
      thenHasAttrDefNameName1 - the thenHasAttrDefNameName 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

      public String getId()
      id of the set record
      Returns:
      the id
    • setId

      public void setId(String id1)
      id of the set record
      Parameters:
      id1 - the id to set
    • getIfHasAttrAssnActionId

      public String getIfHasAttrAssnActionId()
      id of the set attribute def name
      Returns:
      the ifHasAttrDefNameId
    • setIfHasAttrAssnActionId

      public void setIfHasAttrAssnActionId(String ifHasAttrDefNameId1)
      id of the set attribute def name
      Parameters:
      ifHasAttrDefNameId1 - the ifHasAttrDefNameId to set
    • getThenHasAttrAssnActionId

      public String getThenHasAttrAssnActionId()
      Returns:
      the thenHasAttrDefNameId
    • setThenHasAttrAssnActionId

      public void setThenHasAttrAssnActionId(String thenHasAttrDefNameId1)
      id of the member attribute def name
      Parameters:
      thenHasAttrDefNameId1 - the thenHasAttrDefNameId to set
    • getParentAttrDefNameSetId

      public String getParentAttrDefNameSetId()
      id of the attribute def name set record which is the immediate record this derives from (everything but last hop)
      Returns:
      the parentAttrDefNameSetId
    • setParentAttrDefNameSetId

      public void setParentAttrDefNameSetId(String parentAttrDefNameSetId1)
      id of the attribute def name set record which is the immediate record this derives from (everything but last hop)
      Parameters:
      parentAttrDefNameSetId1 - the parentAttrDefNameSetId to set
    • getParentIfHasName

      public String getParentIfHasName()
      name of the attribute of the parent where if it has this name, then it has another name
      Returns:
      the parentIfHasName
    • setParentIfHasName

      public void setParentIfHasName(String parentIfHasName1)
      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

      public String getParentThenHasName()
      name of the attribute of the parent where it has this name, if it have the ifName
      Returns:
      the parentThenHasName
    • setParentThenHasName

      public void setParentThenHasName(String parentThenHasName1)
      name of the attribute of the parent where it has this name, if it have the ifName
      Parameters:
      parentThenHasName1 - the parentThenHasName to set