edu.internet2.middleware.grouper.attr.value
Class AttributeAssignValueResult

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

public class AttributeAssignValueResult
extends Object

simple wrapper bean around result of attribute assignment


Constructor Summary
AttributeAssignValueResult(boolean newlyAssigned1, boolean deleted1, AttributeAssignValue attributeAssignValue1)
           
 
Method Summary
 AttributeAssignValue getAttributeAssignValue()
          the attribute assignment
 boolean isChanged()
          if this attribute assignment/deletion took place or already existed
 boolean isDeleted()
          deleted
 void setAttributeAssign(AttributeAssignValue attributeAssignValue)
          the attribute assignment
 void setChanged(boolean newlyAssigned)
          if this attribute assignment/deletion took place or already existed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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