public class EntityClassPropertyDiff extends EntityPropertyDiff
EntityPropertyDiff.ItemStateInstance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListenerCAPTION_CHAR_COUNT, label, metaClassName, propertyCaption, propertyNameid__securityState, __state, dynamicAttributes__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY| Constructor and Description |
|---|
EntityClassPropertyDiff(java.lang.Object beforeValue,
java.lang.Object afterValue,
MetaProperty metaProperty) |
EntityClassPropertyDiff(java.lang.Object beforeValue,
java.lang.Object afterValue,
MetaProperty metaProperty,
boolean linkChange) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAfterCaption() |
java.lang.String |
getAfterString() |
java.lang.Object |
getAfterValue() |
java.lang.String |
getBeforeCaption() |
java.lang.String |
getBeforeString() |
java.lang.Object |
getBeforeValue() |
EntityPropertyDiff.ItemState |
getItemState() |
java.lang.String |
getLabel() |
java.util.List<EntityPropertyDiff> |
getPropertyDiffs() |
boolean |
hasStateValues() |
boolean |
isLinkChange() |
boolean |
itemStateVisible() |
void |
setItemState(EntityPropertyDiff.ItemState itemState) |
void |
setPropertyDiffs(java.util.List<EntityPropertyDiff> propertyDiffs) |
getMetaClassName, getName, getPropertyName, setLabel, setNamegetId, getUuid, setId, setUuidcopySystemState, equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toStringaddPropertyChangeListener, getInstanceName, getMethodsCache, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExpublic EntityClassPropertyDiff(java.lang.Object beforeValue,
java.lang.Object afterValue,
MetaProperty metaProperty,
boolean linkChange)
public EntityClassPropertyDiff(java.lang.Object beforeValue,
java.lang.Object afterValue,
MetaProperty metaProperty)
public boolean hasStateValues()
hasStateValues in class EntityPropertyDiffpublic java.lang.Object getBeforeValue()
getBeforeValue in class EntityPropertyDiffpublic java.lang.Object getAfterValue()
getAfterValue in class EntityPropertyDiffpublic EntityPropertyDiff.ItemState getItemState()
getItemState in class EntityPropertyDiffpublic void setItemState(EntityPropertyDiff.ItemState itemState)
setItemState in class EntityPropertyDiffpublic java.util.List<EntityPropertyDiff> getPropertyDiffs()
public void setPropertyDiffs(java.util.List<EntityPropertyDiff> propertyDiffs)
public boolean isLinkChange()
public java.lang.String getBeforeString()
getBeforeString in class EntityPropertyDiffpublic java.lang.String getAfterString()
getAfterString in class EntityPropertyDiffpublic java.lang.String getBeforeCaption()
getBeforeCaption in class EntityPropertyDiffpublic java.lang.String getAfterCaption()
getAfterCaption in class EntityPropertyDiffpublic boolean itemStateVisible()
itemStateVisible in class EntityPropertyDiffpublic java.lang.String getLabel()
getLabel in class EntityPropertyDiff