Class BOTeamShiftResource

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

public class BOTeamShiftResource extends DynO
Business Object representing the relation between a team shift and a resource.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamShiftResource

      public BOTeamShiftResource()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the team shift resource.
      Returns:
      id 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
    • getResource

      public Long getResource()
      Returns the resource of the team shift resource.
      Returns:
      resource the resource of the team shift resource
    • setResource

      public void setResource(Long resource)
      Sets the resource of the team shift resource.
      Parameters:
      resource - the resource of the team shift resource
    • getTeamShift

      public Long getTeamShift()
      Returns the team shift of the team shift resource.
      Returns:
      teamShift the team shift of the team shift resource
      See Also:
    • setTeamShift

      public void setTeamShift(Long teamShift)
      Sets the team shift of the team shift resource.
      Parameters:
      teamShift - the team shift of the team shift resource
      See Also:
    • getTeamLevel

      public Long getTeamLevel()
      Returns the team level of the team shift resource.
      Returns:
      teamLevel the team level of the team shift resource
      See Also:
    • setTeamLevel

      public void setTeamLevel(Long teamLevel)
      Sets the team level of the team shift resource.
      Parameters:
      teamLevel - the team level of the team shift resource
      See Also: