Class StructCompareResultDataItem

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

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

    • entityList

      private org.alfresco.service.namespace.QName entityList
      The entity list.
    • depthLevel

      private int depthLevel
      The depth level.
    • operator

      private StructCompareOperator operator
      The operator.
    • pivotProperty

      private org.alfresco.service.namespace.QName pivotProperty
    • characteristic1

      private org.alfresco.service.cmr.repository.NodeRef characteristic1
      The characteristic1.
    • characteristic2

      private org.alfresco.service.cmr.repository.NodeRef characteristic2
      The characteristic2.
    • properties1

      private Map<org.alfresco.service.namespace.QName,String> properties1
      The properties1.
    • properties2

      private Map<org.alfresco.service.namespace.QName,String> properties2
      The properties2.
  • Constructor Details

    • StructCompareResultDataItem

      public StructCompareResultDataItem(org.alfresco.service.namespace.QName entityList, int depthLevel, StructCompareOperator operator, org.alfresco.service.namespace.QName pivotProperty, org.alfresco.service.cmr.repository.NodeRef characteristic1, org.alfresco.service.cmr.repository.NodeRef characteristic2, Map<org.alfresco.service.namespace.QName,String> properties1, Map<org.alfresco.service.namespace.QName,String> properties2)
      Instantiates a new struct compare result data item.
      Parameters:
      entityList - the entity list
      depthLevel - the depth level
      operator - the operator
      characteristic1 - the characteristic1
      characteristic2 - the characteristic2
      properties1 - the properties1
      properties2 - the properties2
      pivotProperty - a QName object.
  • Method Details

    • getEntityList

      public org.alfresco.service.namespace.QName getEntityList()
      Gets the entity list.
      Returns:
      the entity list
    • setEntityList

      public void setEntityList(org.alfresco.service.namespace.QName entityList)
      Sets the entity list.
      Parameters:
      entityList - the new entity list
    • getDepthLevel

      public int getDepthLevel()
      Gets the depth level.
      Returns:
      the depth level
    • setDepthLevel

      public void setDepthLevel(int depthLevel)
      Sets the depth level.
      Parameters:
      depthLevel - the new depth level
    • getOperator

      public StructCompareOperator getOperator()
      Gets the operator.
      Returns:
      the operator
    • getPivotProperty

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

      Getter for the field pivotProperty.

      Returns:
      a QName object.
    • setPivotProperty

      public void setPivotProperty(org.alfresco.service.namespace.QName pivotProperty)

      Setter for the field pivotProperty.

      Parameters:
      pivotProperty - a QName object.
    • setOperator

      public void setOperator(StructCompareOperator operator)
      Sets the operator.
      Parameters:
      operator - the new operator
    • getCharacteristic1

      public org.alfresco.service.cmr.repository.NodeRef getCharacteristic1()
      Gets the characteristic1.
      Returns:
      the characteristic1
    • setCharacteristic1

      public void setCharacteristic1(org.alfresco.service.cmr.repository.NodeRef characteristic1)
      Sets the characteristic1.
      Parameters:
      characteristic1 - the new characteristic1
    • getCharacteristic2

      public org.alfresco.service.cmr.repository.NodeRef getCharacteristic2()
      Gets the characteristic2.
      Returns:
      the characteristic2
    • setCharacteristic2

      public void setCharacteristic2(org.alfresco.service.cmr.repository.NodeRef characteristic2)
      Sets the characteristic2.
      Parameters:
      characteristic2 - the new characteristic2
    • getProperties1

      public Map<org.alfresco.service.namespace.QName,String> getProperties1()
      Gets the properties1.
      Returns:
      the properties1
    • setProperties1

      public void setProperties1(Map<org.alfresco.service.namespace.QName,String> properties1)
      Sets the properties1.
      Parameters:
      properties1 - the properties1
    • getProperties2

      public Map<org.alfresco.service.namespace.QName,String> getProperties2()
      Gets the properties2.
      Returns:
      the properties2
    • setProperties2

      public void setProperties2(Map<org.alfresco.service.namespace.QName,String> properties2)
      Sets the properties2.
      Parameters:
      properties2 - the properties2