Package adams.db

Class AbstractTimeWindowTableCleanUp

    • Field Detail

      • m_StartDate

        protected BaseDateTime m_StartDate
        the start date.
    • Constructor Detail

      • AbstractTimeWindowTableCleanUp

        public AbstractTimeWindowTableCleanUp()
    • Method Detail

      • setStartDate

        public void setStartDate​(BaseDateTime value)
        Sets the start date.
        Parameters:
        value - the start date
      • getStartDate

        public BaseDateTime getStartDate()
        Returns the start date.
        Returns:
        the start date
      • startDateTipText

        public String startDateTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setEndDate

        public void setEndDate​(BaseDateTime value)
        Sets the end date.
        Parameters:
        value - the end date
      • getEndDate

        public BaseDateTime getEndDate()
        Returns the end date.
        Returns:
        the end date
      • endDateTipText

        public String endDateTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • check

        protected String check()
        Performs checks before cleaning up the table.
        Overrides:
        check in class AbstractTableCleanUp
        Returns:
        null if checks successful, otherwise error message