Class PropertyChange
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
Contains data about a property change.
- Author:
- Daniel Meyer, Danny Gräf
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PropertyChange
the empty changeprotected Object
the new valueprotected Object
the original valueprotected String
the name of the property which has been changed -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setNewValue
(Object newValue) void
setOrgValue
(Object orgValue) void
setPropertyName
(String propertyName) protected String
valueAsString
(Object value)
-
Field Details
-
EMPTY_CHANGE
the empty change -
propertyName
the name of the property which has been changed -
orgValue
the original value -
newValue
the new value
-
-
Constructor Details
-
PropertyChange
-
-
Method Details
-
getPropertyName
-
setPropertyName
-
getOrgValue
-
setOrgValue
-
getNewValue
-
setNewValue
-
getNewValueString
-
getOrgValueString
-
valueAsString
-