Class CompareResultDataItem

java.lang.Object
fr.becpg.repo.entity.comparison.CompareResultDataItem

public class CompareResultDataItem extends Object
The Class CompareResultDataItem.
Version:
$Id: $Id
Author:
querephi
  • Field Details

    • entityList

      private org.alfresco.service.namespace.QName entityList
    • property

      private org.alfresco.service.namespace.QName property
    • values

      private String[] values
    • pivotKey

      private String pivotKey
    • charactName

      private String charactName
    • isDifferent

      private boolean isDifferent
  • Constructor Details

    • CompareResultDataItem

      public CompareResultDataItem(org.alfresco.service.namespace.QName entityList, String charactName, String pivotKey, org.alfresco.service.namespace.QName property, String[] values)

      Constructor for CompareResultDataItem.

      Parameters:
      entityList - a QName object.
      charactName - a String object.
      pivotKey - a String object.
      property - a QName object.
      values - an array of String objects.
  • Method Details

    • getEntityList

      public org.alfresco.service.namespace.QName getEntityList()

      Getter for the field entityList.

      Returns:
      a QName object.
    • setProductList

      public void setProductList(org.alfresco.service.namespace.QName entityList)

      setProductList.

      Parameters:
      entityList - a QName object.
    • getProperty

      public org.alfresco.service.namespace.QName getProperty()

      Getter for the field property.

      Returns:
      a QName object.
    • setProperty

      public void setProperty(org.alfresco.service.namespace.QName property)

      Setter for the field property.

      Parameters:
      property - a QName object.
    • getValues

      public String[] getValues()

      Getter for the field values.

      Returns:
      an array of String objects.
    • setValues

      public void setValues(String[] values)

      Setter for the field values.

      Parameters:
      values - an array of String objects.
    • isDifferent

      public boolean isDifferent()

      isDifferent.

      Returns:
      a boolean.
    • setDifferent

      public void setDifferent(boolean isDifferent)

      setDifferent.

      Parameters:
      isDifferent - a boolean.
    • getPivotKey

      public String getPivotKey()

      Getter for the field pivotKey.

      Returns:
      a String object.
    • setPivotKey

      public void setPivotKey(String pivotKey)

      Setter for the field pivotKey.

      Parameters:
      pivotKey - a String object.
    • getCharactName

      public String getCharactName()

      Getter for the field charactName.

      Returns:
      a String object.
    • setCharactName

      public void setCharactName(String charactName)

      Setter for the field charactName.

      Parameters:
      charactName - a String object.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object