Class AbstractComparableItem

java.lang.Object
fr.becpg.repo.entity.comparison.AbstractComparableItem
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
ComparableItem, CompositeComparableItem

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

    • depthLevel

      protected int depthLevel
      The depth level.
    • pivot

      protected String pivot
      The pivot.
    • nodeRef

      protected org.alfresco.service.cmr.repository.NodeRef nodeRef
      The node ref.
  • Constructor Details

    • AbstractComparableItem

      public AbstractComparableItem(int depthLevel, String pivot, org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Instantiates a new abstract comparable item.
      Parameters:
      depthLevel - the depth level
      pivot - the pivot
      nodeRef - the node ref
  • Method Details

    • 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
    • getPivot

      public String getPivot()
      Gets the pivot.
      Returns:
      the pivot
    • setPivot

      public void setPivot(String pivot)
      Sets the pivot.
      Parameters:
      pivot - the new pivot
    • getNodeRef

      public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Gets the node ref.
      Returns:
      the node ref
    • setNodeRef

      public void setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Sets the node ref.
      Parameters:
      nodeRef - the new node ref