Package io.jmix.audit.snapshot.model
Class EntityBasicPropertyDifferenceModel
java.lang.Object
io.jmix.audit.snapshot.model.EntityPropertyDifferenceModel
io.jmix.audit.snapshot.model.EntityBasicPropertyDifferenceModel
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.audit.snapshot.model.EntityPropertyDifferenceModel
EntityPropertyDifferenceModel.ItemState
-
Field Summary
Fields inherited from class io.jmix.audit.snapshot.model.EntityPropertyDifferenceModel
CAPTION_CHAR_COUNT, id, instanceNameProvider, label, messages, metaClassName, parentProperty, propertyCaption, propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
boolean
void
setAfterValue
(Object afterValue) void
setBeforeValue
(Object beforeValue) Methods inherited from class io.jmix.audit.snapshot.model.EntityPropertyDifferenceModel
getId, getMetaClassName, getName, getParentProperty, getPropertyName, itemStateVisible, setId, setItemState, setLabel, setMetaProperty, setName, setParentProperty
-
Constructor Details
-
EntityBasicPropertyDifferenceModel
public EntityBasicPropertyDifferenceModel()
-
-
Method Details
-
hasStateValues
public boolean hasStateValues()- Overrides:
hasStateValues
in classEntityPropertyDifferenceModel
-
setBeforeValue
-
setAfterValue
-
getBeforeValue
- Overrides:
getBeforeValue
in classEntityPropertyDifferenceModel
-
getAfterValue
- Overrides:
getAfterValue
in classEntityPropertyDifferenceModel
-
getLabel
- Overrides:
getLabel
in classEntityPropertyDifferenceModel
-
getBeforeString
- Overrides:
getBeforeString
in classEntityPropertyDifferenceModel
-
getAfterString
- Overrides:
getAfterString
in classEntityPropertyDifferenceModel
-
getBeforeCaption
- Overrides:
getBeforeCaption
in classEntityPropertyDifferenceModel
-
getAfterCaption
- Overrides:
getAfterCaption
in classEntityPropertyDifferenceModel
-
getItemState
- Overrides:
getItemState
in classEntityPropertyDifferenceModel
-