public class RecordChange extends Change
| Constructor and Description |
|---|
RecordChange(java.lang.Object entity,
java.lang.String property,
java.lang.Object newValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNewValue()
Returns new value of a changed property.
|
java.lang.String |
getProperty()
Returns name of the changed property.
|
boolean |
isValueChange()
Returns true if it is change of a variable or record field.
|
getElement, isDebuggerRelevantpublic RecordChange(java.lang.Object entity,
java.lang.String property,
java.lang.Object newValue)
entity - property - newValue - public java.lang.Object getNewValue()
public java.lang.String getProperty()
public boolean isValueChange()
ChangeisValueChange in class ChangeCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.