Class PriorityColumnHeader

java.lang.Object
pro.taskana.monitor.api.reports.header.PriorityColumnHeader
All Implemented Interfaces:
ColumnHeader<PriorityQueryItem>

public class PriorityColumnHeader extends Object implements ColumnHeader<PriorityQueryItem>
  • Constructor Details

    • PriorityColumnHeader

      public PriorityColumnHeader(int lowerBoundInc, int upperBoundInc)
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Description copied from interface: ColumnHeader
      The display name is the string representation of this column. Used to give this column a name during presentation.
      Specified by:
      getDisplayName in interface ColumnHeader<PriorityQueryItem>
      Returns:
      String representation of this column.
    • fits

      public boolean fits(PriorityQueryItem item)
      Description copied from interface: ColumnHeader
      Determines if a specific item is meant part of this column.
      Specified by:
      fits in interface ColumnHeader<PriorityQueryItem>
      Parameters:
      item - the given item to check.
      Returns:
      True, if the item is supposed to be part of this column. Otherwise false.
    • getLowerBoundInc

      public int getLowerBoundInc()
    • getUpperBoundInc

      public int getUpperBoundInc()