protected class ModifsCollector.Modif extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class |
clazz |
protected boolean |
modif |
protected Object |
newValue |
protected Object |
oldValue |
protected String |
property |
protected String |
text |
| Constructor and Description |
|---|
ModifsCollector.Modif(Class clazz,
String property,
Object oldValue,
Object newValue) |
ModifsCollector.Modif(String text,
boolean modif) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getClazz() |
Object |
getNewValue() |
Object |
getOldValue() |
String |
getProperty() |
boolean |
isModified() |
String |
toString() |
protected String |
toString(Object value) |
protected Class clazz
protected String property
protected Object oldValue
protected Object newValue
protected String text
protected boolean modif
public ModifsCollector.Modif(Class clazz, String property, Object oldValue, Object newValue)
public ModifsCollector.Modif(String text, boolean modif)
Copyright © 2008-2013 Cybelia. All Rights Reserved.