|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.PropertyChange
public class PropertyChange
Contains data about a property change.
Field Summary | |
---|---|
static PropertyChange |
EMPTY_CHANGE
the empty change |
protected Object |
newValue
the new value |
protected Object |
orgValue
the original value |
protected String |
propertyName
the name of the property which has been changed |
Constructor Summary | |
---|---|
PropertyChange(String propertyName,
Object orgValue,
Object newValue)
|
Method Summary | |
---|---|
Object |
getNewValue()
|
String |
getNewValueString()
|
Object |
getOrgValue()
|
String |
getOrgValueString()
|
String |
getPropertyName()
|
void |
setNewValue(Object newValue)
|
void |
setOrgValue(Object orgValue)
|
void |
setPropertyName(String propertyName)
|
protected String |
valueAsString(Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyChange EMPTY_CHANGE
protected String propertyName
protected Object orgValue
protected Object newValue
Constructor Detail |
---|
public PropertyChange(String propertyName, Object orgValue, Object newValue)
Method Detail |
---|
public String getPropertyName()
public void setPropertyName(String propertyName)
public Object getOrgValue()
public void setOrgValue(Object orgValue)
public Object getNewValue()
public void setNewValue(Object newValue)
public String getNewValueString()
public String getOrgValueString()
protected String valueAsString(Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |