Class AttributeAssignResult
java.lang.Object
edu.internet2.middleware.grouper.attr.assign.AttributeAssignResult
simple wrapper bean around result of attribute assignment
-
Constructor Summary
ConstructorDescriptiondefault constructorAttributeAssignResult
(boolean newlyAssigned1, AttributeAssign attributeAssign1) -
Method Summary
Modifier and TypeMethodDescriptionthe attribute assignmentget all assignments (useful in deletions)boolean
if this attribute assignment took place or already existedvoid
setAttributeAssign
(AttributeAssign attributeAssign) the attribute assignmentvoid
setAttributeAssigns
(Set<AttributeAssign> attributeAssigns1) set assignments (useful in deletions)void
setChanged
(boolean newlyAssigned) if this attribute assignment took place or already existed
-
Constructor Details
-
AttributeAssignResult
public AttributeAssignResult()default constructor -
AttributeAssignResult
- Parameters:
newlyAssigned1
- if this attribute assignment took place or already existedattributeAssign1
- the attribute assignment
-
-
Method Details
-
isChanged
public boolean isChanged()if this attribute assignment took place or already existed- Returns:
- the newlyAssigned
-
setChanged
public void setChanged(boolean newlyAssigned) if this attribute assignment took place or already existed- Parameters:
newlyAssigned
- the newlyAssigned to set
-
getAttributeAssign
the attribute assignment- Returns:
- the attributeAssign
-
setAttributeAssign
the attribute assignment- Parameters:
attributeAssign
- the attributeAssign to set
-
getAttributeAssigns
get all assignments (useful in deletions)- Returns:
- assignments
-
setAttributeAssigns
set assignments (useful in deletions)- Parameters:
attributeAssigns1
-
-