public class AttributeAssignResult extends Object
| Constructor and Description |
|---|
AttributeAssignResult()
default constructor
|
AttributeAssignResult(boolean newlyAssigned1,
AttributeAssign attributeAssign1) |
| Modifier and Type | Method and Description |
|---|---|
AttributeAssign |
getAttributeAssign()
the attribute assignment
|
Set<AttributeAssign> |
getAttributeAssigns()
get all assignments (useful in deletions)
|
boolean |
isChanged()
if this attribute assignment took place or already existed
|
void |
setAttributeAssign(AttributeAssign attributeAssign)
the attribute assignment
|
void |
setAttributeAssigns(Set<AttributeAssign> attributeAssigns1)
set assignments (useful in deletions)
|
void |
setChanged(boolean newlyAssigned)
if this attribute assignment took place or already existed
|
public AttributeAssignResult()
public AttributeAssignResult(boolean newlyAssigned1,
AttributeAssign attributeAssign1)
newlyAssigned1 - if this attribute assignment took place or already existedattributeAssign1 - the attribute assignmentpublic boolean isChanged()
public void setChanged(boolean newlyAssigned)
newlyAssigned - the newlyAssigned to setpublic AttributeAssign getAttributeAssign()
public void setAttributeAssign(AttributeAssign attributeAssign)
attributeAssign - the attributeAssign to setpublic Set<AttributeAssign> getAttributeAssigns()
public void setAttributeAssigns(Set<AttributeAssign> attributeAssigns1)
attributeAssigns1 - Copyright © 2016 Internet2. All rights reserved.