|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.attr.AttributeDefNameSetView
public class AttributeDefNameSetView
map to the attribute def name 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_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 |
---|
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_DEF_NAME_ID
public static final java.lang.String FIELD_IF_HAS_ATTR_DEF_NAME_NAME
public static final java.lang.String FIELD_PARENT_ATTR_DEF_NAME_SET_ID
public static final java.lang.String FIELD_THEN_HAS_ATTR_DEF_NAME_ID
public static final java.lang.String FIELD_THEN_HAS_ATTR_DEF_NAME_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 AttributeDefNameSetView()
Method Detail |
---|
public AttributeDefAssignmentType getType()
public java.lang.String getTypeDb()
public void setType(AttributeDefAssignmentType type1)
type1
- public void setTypeDb(java.lang.String type1)
type1
- public java.lang.String getIfHasAttrDefNameName()
public void setIfHasAttrDefNameName(java.lang.String ifHasAttrDefNameName1)
ifHasAttrDefNameName1
- the ifHasAttrDefNameName to setpublic java.lang.String getThenHasAttrDefNameName()
public void setThenHasAttrDefNameName(java.lang.String thenHasAttrDefNameName1)
thenHasAttrDefNameName1
- the thenHasAttrDefNameName 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 getIfHasAttrDefNameId()
public void setIfHasAttrDefNameId(java.lang.String ifHasAttrDefNameId1)
ifHasAttrDefNameId1
- the ifHasAttrDefNameId to setpublic java.lang.String getThenHasAttrDefNameId()
public void setThenHasAttrDefNameId(java.lang.String thenHasAttrDefNameId1)
thenHasAttrDefNameId1
- the thenHasAttrDefNameId to setpublic java.lang.String getParentAttrDefNameSetId()
public void setParentAttrDefNameSetId(java.lang.String parentAttrDefNameSetId1)
parentAttrDefNameSetId1
- the parentAttrDefNameSetId 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 |