Class CmsPropertyCompareBean

java.lang.Object
org.opencms.ui.dialogs.history.diff.CmsPropertyCompareBean

public class CmsPropertyCompareBean extends Object
Represents a row in an attribute comparison table.

  • Constructor Details

  • Method Details

    • getProperty

      public String getProperty()
      Gets the attribute name.

      Returns:
      the attribute name
    • getV1

      public String getV1()
      Gets the value for the first version.

      Returns:
      the first version's value
    • getV2

      public String getV2()
      Gets the value for the second version.

      Returns:
      the second version's value