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

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

public class AttributeAssignValuesResult
extends Object

simple wrapper bean around result of attribute assignment value


Constructor Summary
AttributeAssignValuesResult()
           
AttributeAssignValuesResult(boolean newlyAssigned1, Set<AttributeAssignValueResult> attributeAssignValueResults1)
           
 
Method Summary
 Set<AttributeAssignValueResult> getAttributeAssignValueResults()
           
 boolean isChanged()
          if this attribute assignment took place or already existed
 void setAttributeAssignValueResults(Set<AttributeAssignValueResult> attributeAssignValueResults1)
          set of values
 void setChanged(boolean newlyAssigned)
          if this attribute assignment took place or already existed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeAssignValuesResult

public AttributeAssignValuesResult()

AttributeAssignValuesResult

public AttributeAssignValuesResult(boolean newlyAssigned1,
                                   Set<AttributeAssignValueResult> attributeAssignValueResults1)
Parameters:
newlyAssigned1 - if this attribute assignment took place or already existed
attributeAssignValueResults1 - the attribute assignment
Method Detail

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

getAttributeAssignValueResults

public Set<AttributeAssignValueResult> getAttributeAssignValueResults()
Returns:
the set of values

setAttributeAssignValueResults

public void setAttributeAssignValueResults(Set<AttributeAssignValueResult> attributeAssignValueResults1)
set of values

Parameters:
attributeAssignValueResults1 -