Class SchedulingLockExtendInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.lock.event.SchedulingLockExtendInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class SchedulingLockExtendInput extends DynO
Business object representing an input for the event that extends the scheduling lock
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • SchedulingLockExtendInput

      public SchedulingLockExtendInput()
  • Method Details

    • getSchedulingLock

      public SchedulingLock getSchedulingLock()
      Returns the scheduling lock to integrate with the resources
      Returns:
      the scheduling lock
      See Also:
    • setSchedulingLock

      public void setSchedulingLock(SchedulingLock schedulingLock)
      Sets the scheduling lock to integrate with the resources
      Parameters:
      schedulingLock - the scheduling lock
      See Also:
    • getTimeout

      public Integer getTimeout()
      Returns the timeout after which the lock expires (in seconds)
      Returns:
      the timeout after which the lock expires
    • setTimeout

      public void setTimeout(Integer timeout)
      Set the timeout after which the lock expires (in seconds)
      Parameters:
      timeout - the timeout after which the lock expires