java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician.DTOCrewShellTechnician
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOCrewShellTechnician extends DynO
DTO representing a BOCrewShellDraftComposition object.
Since:
16.0
See Also:
  • Constructor Details

    • DTOCrewShellTechnician

      public DTOCrewShellTechnician()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the crew shell's technician
      Returns:
      the ID of the crew shell's technician
    • setId

      public void setId(Long id)
      Sets the ID of the crew shell's technician
      Parameters:
      id - the ID of the crew shell's technician
    • getOperationCenter

      public Long getOperationCenter()
      Returns the ID of the operation center associated with the crew shell's technician
      Returns:
      operationCenter the ID of the operation center associated with the crew shell's technician
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the ID of the operation center associated with the crew shell's technician
      Parameters:
      operationCenter - the ID of the operation center associated with the crew shell's technician
      See Also:
    • getCrewShell

      public Long getCrewShell()
      Returns the ID of the crew shell associated with the crew shell's technician
      Returns:
      crewShell the ID of the crew shell associated with the crew shell's technician
      See Also:
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the ID of the crew shell associated with the crew shell's technician
      Parameters:
      crewShell - the ID of the crew shell associated with the crew shell's technician
      See Also:
    • getUser

      public Long getUser()
      Returns the ID of the user associated with the crew shell's technician
      Returns:
      user the ID of the user associated with the crew shell's technician
      See Also:
    • setUser

      public void setUser(Long user)
      Sets the ID of the user associated with the crew shell's technician
      Parameters:
      user - the ID of the user associated with the crew shell's technician
      See Also:
    • getForeman

      public Boolean getForeman()
      Returns true if the crew shell's technician is a foreman
      Returns:
      foreman which is true if the crew shell's technician is a foreman
    • setForeman

      public void setForeman(Boolean foreman)
      Sets the crew shell's technician as a foreman
      Parameters:
      foreman - which is true if the crew shell's technician is a foreman
    • getDay

      public ZonedDateTime getDay()
      Returns the composition day of the crew shell
      Returns:
      day the composition day of the crew shell
    • setDay

      public void setDay(ZonedDateTime day)
      Sets the composition day of the crew shell
      Parameters:
      day - the composition day of the day