public class AttributeDefNameSetView 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_DEF_NAME_ID
constant for field name for: ifHasAttrDefNameId
|
static String |
FIELD_IF_HAS_ATTR_DEF_NAME_NAME
constant for field name for: ifHasAttrDefNameName
|
static String |
FIELD_PARENT_ATTR_DEF_NAME_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_DEF_NAME_ID
constant for field name for: thenHasAttrDefNameId
|
static String |
FIELD_THEN_HAS_ATTR_DEF_NAME_NAME
constant for field name for: thenHasAttrDefNameName
|
static String |
FIELD_TYPE
constant for field name for: type
|
| Constructor and Description |
|---|
AttributeDefNameSetView() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
number of hops in the directed graph
|
String |
getId()
id of the set record
|
String |
getIfHasAttrDefNameId()
id of the set attribute def name
|
String |
getIfHasAttrDefNameName()
name of the set attribute def name
|
String |
getParentAttrDefNameSetId()
id of the attribute def name 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 |
getThenHasAttrDefNameId() |
String |
getThenHasAttrDefNameName()
name of the member attribute def name
|
AttributeDefAssignmentType |
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 |
setIfHasAttrDefNameId(String ifHasAttrDefNameId1)
id of the set attribute def name
|
void |
setIfHasAttrDefNameName(String ifHasAttrDefNameName1)
name of the set attribute def name
|
void |
setParentAttrDefNameSetId(String parentAttrDefNameSetId1)
id of the attribute def name 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 |
setThenHasAttrDefNameId(String thenHasAttrDefNameId1)
id of the member attribute def name
|
void |
setThenHasAttrDefNameName(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(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_DEF_NAME_ID
public static final String FIELD_IF_HAS_ATTR_DEF_NAME_NAME
public static final String FIELD_PARENT_ATTR_DEF_NAME_SET_ID
public static final String FIELD_THEN_HAS_ATTR_DEF_NAME_ID
public static final String FIELD_THEN_HAS_ATTR_DEF_NAME_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 AttributeDefAssignmentType getType()
public String getTypeDb()
public void setType(AttributeDefAssignmentType type1)
type1 - public void setTypeDb(String type1)
type1 - public String getIfHasAttrDefNameName()
public void setIfHasAttrDefNameName(String ifHasAttrDefNameName1)
ifHasAttrDefNameName1 - the ifHasAttrDefNameName to setpublic String getThenHasAttrDefNameName()
public void setThenHasAttrDefNameName(String thenHasAttrDefNameName1)
thenHasAttrDefNameName1 - the thenHasAttrDefNameName 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 getIfHasAttrDefNameId()
public void setIfHasAttrDefNameId(String ifHasAttrDefNameId1)
ifHasAttrDefNameId1 - the ifHasAttrDefNameId to setpublic String getThenHasAttrDefNameId()
public void setThenHasAttrDefNameId(String thenHasAttrDefNameId1)
thenHasAttrDefNameId1 - the thenHasAttrDefNameId to setpublic String getParentAttrDefNameSetId()
public void setParentAttrDefNameSetId(String parentAttrDefNameSetId1)
parentAttrDefNameSetId1 - the parentAttrDefNameSetId 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.