Class DTOImmediateSchedulingResourceExclusion

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.DTOImmediateSchedulingResourceExclusion
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOImmediateSchedulingResourceExclusion extends DynO
DTO for immediate scheduling resource exclusion
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOImmediateSchedulingResourceExclusion

      public DTOImmediateSchedulingResourceExclusion()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getProcessing

      public final Long getProcessing()
      Gets the processing.
      Returns:
      the processing
    • setProcessing

      public final void setProcessing(Long processing)
      Sets the processing.
      Parameters:
      processing - the new processing
    • getResource

      public final Long getResource()
      Gets the resource.
      Returns:
      the resource
    • setResource

      public final void setResource(Long resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • getExclusionReason

      public final Long getExclusionReason()
      Gets the exclusion reason.
      Returns:
      the exclusion reason
    • setExclusionReason

      public final void setExclusionReason(Long exclusionReason)
      Sets the exclusion reason.
      Parameters:
      exclusionReason - the new exclusion reason