Class AttributeAssignValueResult

java.lang.Object
edu.internet2.middleware.grouper.attr.value.AttributeAssignValueResult

public class AttributeAssignValueResult extends Object
simple wrapper bean around result of attribute assignment
  • Constructor Details

    • AttributeAssignValueResult

      public AttributeAssignValueResult(boolean newlyAssigned1, boolean deleted1, AttributeAssignValue attributeAssignValue1)
      Parameters:
      newlyAssigned1 - if this attribute assignment took place or already existed
      deleted1 -
      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

      public AttributeAssignValue getAttributeAssignValue()
      the attribute assignment
      Returns:
      the attributeAssign
    • setAttributeAssign

      public void setAttributeAssign(AttributeAssignValue attributeAssignValue)
      the attribute assignment
      Parameters:
      attributeAssignValue - the attributeAssign to set