Class BOTeamShiftResource

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.resource.BOTeamShiftResource
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOTeamShiftResource extends DynO
Business object representing a team shift resource.
Since:
16.0
See Also:
  • Constructor Details

    • BOTeamShiftResource

      public BOTeamShiftResource()
  • Method Details

    • getId

      public Long getId()
      Returns the id of the team shift resource
      Returns:
      the id of the team shift resource
    • setId

      public void setId(Long id)
      Sets the id of the team shift resource
      Parameters:
      id - the id of the team shift resource
    • getUser

      public Long getUser()
      Returns the id of the user associated with this entity
      Returns:
      the id of the user associated with this entity
      See Also:
    • setUser

      public void setUser(Long user)
      Sets the id of the user associated with this entity
      Parameters:
      user - the id of the user associated with this entity
      See Also:
    • getTeamShift

      public Long getTeamShift()
      Returns the id of the team shift associated with this entity
      Returns:
      the id of the team shift associated with this entity
      See Also:
    • setTeamShift

      public void setTeamShift(Long teamShift)
      Sets the id of the team shift associated with this entity
      Parameters:
      teamShift - the id of the team shift associated with this entity
      See Also:
    • getTeamLevel

      public Long getTeamLevel()
      Returns the id of the team level associated with this entity
      Returns:
      the id of the team level associated with this entity
    • setTeamLevel

      public void setTeamLevel(Long teamLevel)
      Sets the id of the team level associated with this entity
      Parameters:
      teamLevel - the id of the team level associated with this entity
      See Also: