Class DuplicateResourceCalendarInput

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

public class DuplicateResourceCalendarInput extends DuplicateCalendarInput
Business object representing input parameters for duplicating a resource calendar on different resources.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • DuplicateResourceCalendarInput

      public DuplicateResourceCalendarInput()
  • Method Details

    • getDestinationUsersId

      public LongSet getDestinationUsersId()
      Gets the set of destination users ID.
      Returns:
      the LongSet containing users ID
    • setDestinationUsersId

      public void setDestinationUsersId(LongSet destinationUsersId)
      Sets the set of destination users IDs.
      Parameters:
      destinationUsersId - the LongSet containing users ID
    • getStartDate

      public Date getStartDate()
      Gets the start date of duplication.
      Returns:
      the start Date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date of duplication.
      Parameters:
      startDate - the start Date
    • getEndDate

      public Date getEndDate()
      Gets the end date of duplication.
      Returns:
      the end Date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date of duplication.
      Parameters:
      endDate - the end Date