Package com.carfey.ops.api.bean.job
Class JobScheduleListingParameters
- java.lang.Object
-
- com.carfey.ops.api.bean.job.JobScheduleListingParameters
-
public class JobScheduleListingParameters extends java.lang.ObjectUsed to filter aJobScheduleListingviaJobManager.- Since:
- 3.7
-
-
Constructor Summary
Constructors Constructor Description JobScheduleListingParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.carfey.jdk.lang.DateTimegetEndDate()Limits the listing to the end date selected.com.carfey.jdk.lang.DateTimegetStartDate()Limits the listing to the start date selected.voidsetEndDate(com.carfey.jdk.lang.DateTime endDate)voidsetStartDate(com.carfey.jdk.lang.DateTime startDate)java.lang.StringtoString()JobScheduleListingParameterswithEndDate(com.carfey.jdk.lang.DateTime endDate)JobScheduleListingParameterswithStartDate(com.carfey.jdk.lang.DateTime startDate)
-
-
-
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)
-
withStartDate
public JobScheduleListingParameters withStartDate(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)
-
withEndDate
public JobScheduleListingParameters withEndDate(com.carfey.jdk.lang.DateTime endDate)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-