public class ChangedAttributeResult extends Object
| Constructor and Description |
|---|
ChangedAttributeResult()
Instantiates a new changed attribute result.
|
ChangedAttributeResult(Object sourceAttribute,
Object changedAttribute)
Instantiates a new changed attribute result.
|
ChangedAttributeResult(Object attributeName,
Object sourceAttribute,
Object changedAttribute)
Instantiates a new changed attribute result.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttributeName()
Gets the attribute name.
|
Object |
getChangedAttribute()
Gets the changed attribute.
|
Object |
getSourceAttribute()
Gets the source attribute.
|
void |
setAttributeName(Object attributeName)
Sets the attribute name.
|
void |
setChangedAttribute(Object changedAttribute)
Sets the changed attribute.
|
void |
setSourceAttribute(Object sourceAttribute)
Sets the source attribute.
|
public ChangedAttributeResult()
public ChangedAttributeResult(Object sourceAttribute, Object changedAttribute)
sourceAttribute - the source attributechangedAttribute - the changed attributepublic Object getAttributeName()
public Object getChangedAttribute()
public Object getSourceAttribute()
public void setAttributeName(Object attributeName)
attributeName - the new attribute namepublic void setChangedAttribute(Object changedAttribute)
changedAttribute - the new changed attributepublic void setSourceAttribute(Object sourceAttribute)
sourceAttribute - the new source attributeCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.