Class DateTimeIntervalRangeFilterDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.DateTimeIntervalRangeFilterDTO

public class DateTimeIntervalRangeFilterDTO extends Object
Represents a possibility to pass a date time interval range filter. Use one of the given attributes to pass the filter. If more than one attribute is filled the attributes will be used in the following order: relativeInterval, absoluteInterval
  • Field Details

    • relativeInterval

      public RelativeIntervalFilterDTO relativeInterval
      Pass this value if you like to filter relative interval. You can do something like from 3 years ago until 6 months to now.
    • absoluteInterval

      public AbsoluteIntervalFilterDTO absoluteInterval
      Pass this value if you like to have a fix interval. You can do something like filter between 03.04.2018 to 03.05.2018."
  • Constructor Details

    • DateTimeIntervalRangeFilterDTO

      public DateTimeIntervalRangeFilterDTO()