public class StyleChangeInfo extends Object
Information about style changes
Constructor and Description |
---|
StyleChangeInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getChangedProperty()
Gets or Sets the name of th property that was changes
|
String |
getNewValue()
Gets or Sets the new value of property
|
String |
getOldValue()
Gets or Sets the old value of property
|
void |
setChangedProperty(String value)
Gets or Sets the name of th property that was changes
|
void |
setNewValue(String value)
Gets or Sets the new value of property
|
void |
setOldValue(String value)
Gets or Sets the old value of property
|
public String getChangedProperty()
Gets or Sets the name of th property that was changes
public void setChangedProperty(String value)
Gets or Sets the name of th property that was changes
value
- the valuepublic String getOldValue()
Gets or Sets the old value of property
public void setOldValue(String value)
Gets or Sets the old value of property
value
- the valuepublic String getNewValue()
Gets or Sets the new value of property
public void setNewValue(String value)
Gets or Sets the new value of property
value
- the valueCopyright © 2018. All rights reserved.