public class AttributeAssignValueResult extends Object
| Constructor and Description |
|---|
AttributeAssignValueResult(boolean newlyAssigned1,
boolean deleted1,
AttributeAssignValue attributeAssignValue1) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public AttributeAssignValueResult(boolean newlyAssigned1,
boolean deleted1,
AttributeAssignValue attributeAssignValue1)
newlyAssigned1 - if this attribute assignment took place or already existeddeleted1 - attributeAssignValue1 - the attribute assignmentpublic 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 setCopyright © 2016 Internet2. All rights reserved.