Class AttributeAssignValueContainer
java.lang.Object
edu.internet2.middleware.grouper.attr.value.AttributeAssignValueContainer
if retrieving all assigns of assigns, and values, and attribute def names, etc, put them in this bean.
assumes each attr assign has one and only one value (not zero)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
attributeValueString
(Set<AttributeAssignValueContainer> attributeAssignValueContainers, String attributeDefNameName) get the value of an attribute, or null if not therevalue on this attributeattribute def name of the attributeattribute assign on owner of attributeattribute assign on the attributeTypeAssign, which has the valuevoid
setAttributeAssignValue
(AttributeAssignValue attributeAssignValue1) value on this attributevoid
setAttributeDefName
(AttributeDefName attributeDefName1) attribute def name of the attributevoid
setAttributeTypeAssign
(AttributeAssign attributeTypeAssign1) attribute assign on owner of attributevoid
setAttributeValueAssign
(AttributeAssign attributeValueAssign1) attribute assign on the attributeTypeAssign, which has the value
-
Constructor Details
-
AttributeAssignValueContainer
public AttributeAssignValueContainer()
-
-
Method Details
-
getAttributeTypeAssign
attribute assign on owner of attribute- Returns:
- attribute assign
-
setAttributeTypeAssign
attribute assign on owner of attribute- Parameters:
attributeTypeAssign1
-
-
getAttributeValueAssign
attribute assign on the attributeTypeAssign, which has the value- Returns:
- attribute assign
-
setAttributeValueAssign
attribute assign on the attributeTypeAssign, which has the value- Parameters:
attributeValueAssign1
-
-
getAttributeAssignValue
value on this attribute- Returns:
- value on this attribute
-
setAttributeAssignValue
value on this attribute- Parameters:
attributeAssignValue1
-
-
getAttributeDefName
attribute def name of the attribute- Returns:
- attribute def name of the attribute
-
setAttributeDefName
attribute def name of the attribute- Parameters:
attributeDefName1
-
-
attributeValueString
public static String attributeValueString(Set<AttributeAssignValueContainer> attributeAssignValueContainers, String attributeDefNameName) get the value of an attribute, or null if not there- Parameters:
attributeAssignValueContainers
-attributeDefNameName
-- Returns:
- the string value of the attribute
-