edu.internet2.middleware.grouper.attr
Class AttributeDefNameSetView

java.lang.Object
  extended by edu.internet2.middleware.grouper.attr.AttributeDefNameSetView

public class AttributeDefNameSetView
extends java.lang.Object

map to the attribute def name set view for testing

Author:
mchyzer

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_DEF_NAME_ID
          constant for field name for: ifHasAttrDefNameId
static java.lang.String FIELD_IF_HAS_ATTR_DEF_NAME_NAME
          constant for field name for: ifHasAttrDefNameName
static java.lang.String FIELD_PARENT_ATTR_DEF_NAME_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_DEF_NAME_ID
          constant for field name for: thenHasAttrDefNameId
static java.lang.String FIELD_THEN_HAS_ATTR_DEF_NAME_NAME
          constant for field name for: thenHasAttrDefNameName
static java.lang.String FIELD_TYPE
          constant for field name for: type
 
Constructor Summary
AttributeDefNameSetView()
           
 
Method Summary
 int getDepth()
          number of hops in the directed graph
 java.lang.String getId()
          id of the set record
 java.lang.String getIfHasAttrDefNameId()
          id of the set attribute def name
 java.lang.String getIfHasAttrDefNameName()
          name of the set attribute def name
 java.lang.String getParentAttrDefNameSetId()
          id of the attribute def name 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 getThenHasAttrDefNameId()
           
 java.lang.String getThenHasAttrDefNameName()
          name of the member attribute def name
 AttributeDefAssignmentType 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 setIfHasAttrDefNameId(java.lang.String ifHasAttrDefNameId1)
          id of the set attribute def name
 void setIfHasAttrDefNameName(java.lang.String ifHasAttrDefNameName1)
          name of the set attribute def name
 void setParentAttrDefNameSetId(java.lang.String parentAttrDefNameSetId1)
          id of the attribute def name 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 setThenHasAttrDefNameId(java.lang.String thenHasAttrDefNameId1)
          id of the member attribute def name
 void setThenHasAttrDefNameName(java.lang.String thenHasAttrDefNameName1)
          name of the member attribute def name
 void setType(AttributeDefAssignmentType 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

FIELD_DEPTH

public static final java.lang.String FIELD_DEPTH
constant for field name for: depth

See Also:
Constant Field Values

FIELD_ID

public static final java.lang.String FIELD_ID
constant for field name for: id

See Also:
Constant Field Values

FIELD_IF_HAS_ATTR_DEF_NAME_ID

public static final java.lang.String FIELD_IF_HAS_ATTR_DEF_NAME_ID
constant for field name for: ifHasAttrDefNameId

See Also:
Constant Field Values

FIELD_IF_HAS_ATTR_DEF_NAME_NAME

public static final java.lang.String FIELD_IF_HAS_ATTR_DEF_NAME_NAME
constant for field name for: ifHasAttrDefNameName

See Also:
Constant Field Values

FIELD_PARENT_ATTR_DEF_NAME_SET_ID

public static final java.lang.String FIELD_PARENT_ATTR_DEF_NAME_SET_ID
constant for field name for: parentId

See Also:
Constant Field Values

FIELD_THEN_HAS_ATTR_DEF_NAME_ID

public static final java.lang.String FIELD_THEN_HAS_ATTR_DEF_NAME_ID
constant for field name for: thenHasAttrDefNameId

See Also:
Constant Field Values

FIELD_THEN_HAS_ATTR_DEF_NAME_NAME

public static final java.lang.String FIELD_THEN_HAS_ATTR_DEF_NAME_NAME
constant for field name for: thenHasAttrDefNameName

See Also:
Constant Field Values

FIELD_TYPE

public static final java.lang.String FIELD_TYPE
constant for field name for: type

See Also:
Constant Field Values

FIELD_PARENT_IF_HAS_NAME

public static final java.lang.String FIELD_PARENT_IF_HAS_NAME
constant for field name for: parentIfHasName

See Also:
Constant Field Values

FIELD_PARENT_THEN_HAS_NAME

public static final java.lang.String FIELD_PARENT_THEN_HAS_NAME
constant for field name for: parentThenHasName

See Also:
Constant Field Values
Constructor Detail

AttributeDefNameSetView

public AttributeDefNameSetView()
Method Detail

getType

public AttributeDefAssignmentType getType()
Returns:
membership type (immediate, effective, or self)

getTypeDb

public java.lang.String getTypeDb()
membership type -- self, immediate, or effective get string value of type for hibernate

Returns:
type

setType

public void setType(AttributeDefAssignmentType type1)
membership type -- self, immediate, or effective set group set assignment type

Parameters:
type1 -

setTypeDb

public void setTypeDb(java.lang.String type1)
membership type -- self, immediate, or effective set group set assignment type

Parameters:
type1 -

getIfHasAttrDefNameName

public java.lang.String getIfHasAttrDefNameName()
name of the set attribute def name

Returns:
the ifHasAttrDefNameName

setIfHasAttrDefNameName

public void setIfHasAttrDefNameName(java.lang.String ifHasAttrDefNameName1)
name of the set attribute def name

Parameters:
ifHasAttrDefNameName1 - the ifHasAttrDefNameName to set

getThenHasAttrDefNameName

public java.lang.String getThenHasAttrDefNameName()
name of the member attribute def name

Returns:
the thenHasAttrDefNameName

setThenHasAttrDefNameName

public void setThenHasAttrDefNameName(java.lang.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 java.lang.String getId()
id of the set record

Returns:
the id

setId

public void setId(java.lang.String id1)
id of the set record

Parameters:
id1 - the id to set

getIfHasAttrDefNameId

public java.lang.String getIfHasAttrDefNameId()
id of the set attribute def name

Returns:
the ifHasAttrDefNameId

setIfHasAttrDefNameId

public void setIfHasAttrDefNameId(java.lang.String ifHasAttrDefNameId1)
id of the set attribute def name

Parameters:
ifHasAttrDefNameId1 - the ifHasAttrDefNameId to set

getThenHasAttrDefNameId

public java.lang.String getThenHasAttrDefNameId()
Returns:
the thenHasAttrDefNameId

setThenHasAttrDefNameId

public void setThenHasAttrDefNameId(java.lang.String thenHasAttrDefNameId1)
id of the member attribute def name

Parameters:
thenHasAttrDefNameId1 - the thenHasAttrDefNameId to set

getParentAttrDefNameSetId

public java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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