Package adams.tools

Class AbstractTimeWindowDatabaseTool

    • Field Detail

      • m_StartDate

        protected BaseDateTime m_StartDate
        the start date of the window.
      • m_EndDate

        protected BaseDateTime m_EndDate
        the end date of the window.
    • Constructor Detail

      • AbstractTimeWindowDatabaseTool

        public AbstractTimeWindowDatabaseTool()
    • 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.