Package net.infonode.util
Class ValueChange
java.lang.Object
net.infonode.util.ValueChange
A value change.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the new value.Returns the old value.
-
Constructor Details
-
ValueChange
Constructor.- Parameters:
oldValue
- the old valuenewValue
- the new value
-
-
Method Details
-
getOldValue
Returns the old value.- Returns:
- the old value
-
getNewValue
Returns the new value.- Returns:
- the new value
-