public class SerializedChangedAttributeResult extends Object implements Serializable
| Constructor and Description |
|---|
SerializedChangedAttributeResult()
Instantiates a new changed attribute result.
|
SerializedChangedAttributeResult(Object sourceAttribute,
Object changedAttribute)
Instantiates a new changed attribute result.
|
SerializedChangedAttributeResult(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 SerializedChangedAttributeResult()
public SerializedChangedAttributeResult(Object sourceAttribute, Object changedAttribute)
sourceAttribute - the source attributechangedAttribute - the changed attributepublic SerializedChangedAttributeResult(Object attributeName, Object sourceAttribute, Object changedAttribute)
attributeName - the attribute namesourceAttribute - 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 © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.