Class BOCrewShellComposition

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.crewshell.bl.composition.BOCrewShellComposition
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCrewShellComposition extends DynO
Business object representing a crew shell composition.
Since:
16.0
See Also:
  • Constructor Details

    • BOCrewShellComposition

      public BOCrewShellComposition()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

      public Boolean getForeman()
      Returns the foreman state of the crew shell's composition
      Returns:
      true if the crew shell technician is the crew shell's foreman, false otherwise
    • setForeman

      public void setForeman(Boolean foreman)
      Sets the foreman state of the crew shell's composition
      Parameters:
      foreman - true if the crew shell composition must be the crew shell's foreman, false otherwise
    • getDay

      public Date getDay()
      Returns the composition day
      Returns:
      day the composition day
    • setDay

      public void setDay(Date day)
      Sets the the composition day
      Parameters:
      day - the composition day