Class JobScheduleListingParameters

    • Constructor Detail

      • JobScheduleListingParameters

        public JobScheduleListingParameters()
    • Method Detail

      • getStartDate

        public com.carfey.jdk.lang.DateTime getStartDate()
        Limits the listing to the start date selected. Optional filter.
        Returns:
        start date
      • setStartDate

        public void setStartDate​(com.carfey.jdk.lang.DateTime startDate)
      • getEndDate

        public com.carfey.jdk.lang.DateTime getEndDate()
        Limits the listing to the end date selected. Optional filter.
        Returns:
        end date
      • setEndDate

        public void setEndDate​(com.carfey.jdk.lang.DateTime endDate)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object