public class StyleChangeInfo extends Object
Style change info
Constructor and Description |
---|
StyleChangeInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equivalence check with object
|
Object |
getNewValue()
Gets or Sets the new value of property
|
Object |
getOldValue()
Gets or Sets the old value of property
|
String |
getPropertyName()
Gets or Sets the name of the property that was changed
|
int |
hashCode() |
void |
setNewValue(Object value)
Gets or Sets the new value of property
|
void |
setOldValue(Object value)
Gets or Sets the old value of property
|
void |
setPropertyName(String value)
Gets or Sets the name of the property that was changed
|
public boolean equals(Object o)
public final Object getNewValue()
Gets or Sets the new value of property
public final Object getOldValue()
Gets or Sets the old value of property
public final String getPropertyName()
Gets or Sets the name of the property that was changed
public final void setNewValue(Object value)
Gets or Sets the new value of property
value
- the valuepublic final void setOldValue(Object value)
Gets or Sets the old value of property
value
- the valuepublic final void setPropertyName(String value)
Gets or Sets the name of the property that was changed
value
- the value