|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.attr.value.AttributeAssignValueResult
public class AttributeAssignValueResult
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 |
|---|
public AttributeAssignValueResult(boolean newlyAssigned1,
boolean deleted1,
AttributeAssignValue attributeAssignValue1)
newlyAssigned1 - if this attribute assignment took place or already existeddeleted1 - attributeAssignValue1 - the attribute assignment| Method Detail |
|---|
public boolean isDeleted()
public boolean isChanged()
public void setChanged(boolean newlyAssigned)
newlyAssigned - the newlyAssigned to setpublic AttributeAssignValue getAttributeAssignValue()
public void setAttributeAssign(AttributeAssignValue attributeAssignValue)
attributeAssignValue - the attributeAssign to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||