Class AttributeAssignValueResult
java.lang.Object
edu.internet2.middleware.grouper.attr.value.AttributeAssignValueResult
simple wrapper bean around result of attribute assignment
-
Constructor Summary
ConstructorDescriptionAttributeAssignValueResult
(boolean newlyAssigned1, boolean deleted1, AttributeAssignValue attributeAssignValue1) -
Method Summary
Modifier and TypeMethodDescriptionthe attribute assignmentboolean
if this attribute assignment/deletion took place or already existedboolean
deletedvoid
setAttributeAssign
(AttributeAssignValue attributeAssignValue) the attribute assignmentvoid
setChanged
(boolean newlyAssigned) if this attribute assignment/deletion took place or already existed
-
Constructor Details
-
AttributeAssignValueResult
public AttributeAssignValueResult(boolean newlyAssigned1, boolean deleted1, AttributeAssignValue attributeAssignValue1) - Parameters:
newlyAssigned1
- if this attribute assignment took place or already existeddeleted1
-attributeAssignValue1
- the attribute assignment
-
-
Method Details
-
isDeleted
public boolean isDeleted()deleted- Returns:
- deleted
-
isChanged
public boolean isChanged()if this attribute assignment/deletion took place or already existed- Returns:
- the newlyAssigned
-
setChanged
public void setChanged(boolean newlyAssigned) if this attribute assignment/deletion took place or already existed- Parameters:
newlyAssigned
- the newlyAssigned to set
-
getAttributeAssignValue
the attribute assignment- Returns:
- the attributeAssign
-
setAttributeAssign
the attribute assignment- Parameters:
attributeAssignValue
- the attributeAssign to set
-