java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.workforce.rs1.workshift.DTOWorkShiftInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkShiftInsert extends DynO
DTO representing a request to insert a work shift.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkShiftInsert

      public DTOWorkShiftInsert()
  • Method Details

    • 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
    • getOperationCenter

      public final Long getOperationCenter()
      Gets the operation center.
      Returns:
      the operation center
    • setOperationCenter

      public final void setOperationCenter(Long operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the new operation center
    • getType

      public final Long getType()
      Gets the type.
      Returns:
      the type
    • setType

      public final void setType(Long type)
      Sets the type.
      Parameters:
      type - the new type
    • getNote

      public final String getNote()
      Gets the note.
      Returns:
      the note
    • setNote

      public final void setNote(String note)
      Sets the note.
      Parameters:
      note - the new note
    • getDay

      public ZonedDateTime getDay()
      Gets the day.
      Returns:
      the day
    • setDay

      public void setDay(ZonedDateTime day)
      Sets the day.
      Parameters:
      day - the new day