Class ColumnGroup


  • public class ColumnGroup
    extends Object
    A column group definition.
    • Field Detail

      • sourceId

        protected String sourceId
      • columnId

        protected String columnId
      • maxIntervals

        protected int maxIntervals
      • intervalSize

        protected String intervalSize
      • emptyIntervals

        protected boolean emptyIntervals
      • ascendingOrder

        protected boolean ascendingOrder
      • firstMonthOfYear

        protected Month firstMonthOfYear
      • firstDayOfWeek

        protected DayOfWeek firstDayOfWeek
    • Constructor Detail

      • ColumnGroup

        public ColumnGroup()
      • ColumnGroup

        public ColumnGroup​(String columnId,
                           String newColumnId)
    • Method Detail

      • getSourceId

        public String getSourceId()
      • setSourceId

        public void setSourceId​(String sourceId)
      • getColumnId

        public String getColumnId()
      • setColumnId

        public void setColumnId​(String columnId)
      • setStrategy

        public void setStrategy​(GroupStrategy strategy)
      • getMaxIntervals

        public int getMaxIntervals()
      • setMaxIntervals

        public void setMaxIntervals​(int maxIntervals)
      • getIntervalSize

        public String getIntervalSize()
      • setIntervalSize

        public void setIntervalSize​(String intervalSize)
      • areEmptyIntervalsAllowed

        public boolean areEmptyIntervalsAllowed()
      • setEmptyIntervalsAllowed

        public void setEmptyIntervalsAllowed​(boolean emptyIntervals)
      • isAscendingOrder

        public boolean isAscendingOrder()
      • setAscendingOrder

        public void setAscendingOrder​(boolean ascending)
      • getFirstMonthOfYear

        public Month getFirstMonthOfYear()
      • setFirstMonthOfYear

        public void setFirstMonthOfYear​(Month firstMonthOfYear)
      • getFirstDayOfWeek

        public DayOfWeek getFirstDayOfWeek()
      • setFirstDayOfWeek

        public void setFirstDayOfWeek​(DayOfWeek firstDayOfWeek)
      • isPostEnabled

        public boolean isPostEnabled()
      • setPostEnabled

        public void setPostEnabled​(boolean isPostEnabled)