Class DuplicatePeriodCalendarInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.calendar.event.DuplicateCalendarInput
overit.geocallapp.wfm.core.bl.calendar.event.DuplicatePeriodCalendarInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DuplicatePeriodCalendarInput extends DuplicateCalendarInput
Business object representing input parameters for duplicating an interval in a resource calendar.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • DuplicatePeriodCalendarInput

      public DuplicatePeriodCalendarInput()
  • Method Details

    • getStartSourceDate

      public Date getStartSourceDate()
      Gets the source start date.
      Returns:
      the source start Date
    • setStartSourceDate

      public void setStartSourceDate(Date startSourceDate)
      Sets the source start date.
      Parameters:
      startSourceDate - the source start Date
    • getEndSourceDate

      public Date getEndSourceDate()
      Gets the source end date.
      Returns:
      the source end Date
    • setEndSourceDate

      public void setEndSourceDate(Date endSourceDate)
      Sets the source end date.
      Parameters:
      endSourceDate - the source end Date
    • getStartDestinationDate

      public Date getStartDestinationDate()
      Gets the destination start date.
      Returns:
      the destination start Date
    • setStartDestinationDate

      public void setStartDestinationDate(Date startDestinationDate)
      Sets the destination start date.
      Parameters:
      startDestinationDate - the destination start Date
    • getEndDestinationDate

      public Date getEndDestinationDate()
      Gets the destination end date.
      Returns:
      the destination end Date
    • setEndDestinationDate

      public void setEndDestinationDate(Date endDestinationDate)
      Sets the destination end date.
      Parameters:
      endDestinationDate - the destination end Date