Package org.ametys.cms.content.version
Class CompareVersionHelper.AttributeModelChange
- java.lang.Object
-
- org.ametys.cms.content.version.CompareVersionHelper.AttributeModelChange
-
- Enclosing class:
- CompareVersionHelper
private static class CompareVersionHelper.AttributeModelChange extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ContentComparatorChange
_contentComparatorChange
The change (is more detailed than on a specific attribute) given byContentComparator
private String
_modelItemPath
The path of the involved model item
-
Constructor Summary
Constructors Constructor Description AttributeModelChange(ContentComparatorChange change)
-
-
-
Field Detail
-
_contentComparatorChange
private final ContentComparatorChange _contentComparatorChange
The change (is more detailed than on a specific attribute) given byContentComparator
-
_modelItemPath
private final String _modelItemPath
The path of the involved model item
-
-
Constructor Detail
-
AttributeModelChange
AttributeModelChange(ContentComparatorChange change)
-
-