Class CmsPropertyCompareBean
java.lang.Object
org.opencms.ui.dialogs.history.diff.CmsPropertyCompareBean
Represents a row in an attribute comparison table.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CmsPropertyCompareBean
Creates a new instance.- Parameters:
comp
- an attribute comparison
-
-
Method Details
-
getProperty
Gets the attribute name.- Returns:
- the attribute name
-
getV1
Gets the value for the first version.- Returns:
- the first version's value
-
getV2
Gets the value for the second version.- Returns:
- the second version's value
-