Class BOTeamShift

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

public class BOTeamShift extends DynO
Business Object representing a Team Shift.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamShift

      public BOTeamShift()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the ID of the team shift.
      Parameters:
      id - the ID of the team shift
    • getDay

      public Date getDay()
      Returns the day of the team shift.
      Returns:
      day the day of the team shift
    • setDay

      public void setDay(Date day)
      Sets the day of the team shift.
      Parameters:
      day - the day of the team shift
    • getTeam

      public Long getTeam()
      Returns the team of the team shift.
      Returns:
      team the team of the team shift
      See Also:
    • setTeam

      public void setTeam(Long team)
      Sets the team of the team shift.
      Parameters:
      team - the team of the team shift
      See Also:
    • getLeader

      public Long getLeader()
      Returns the team leader of the team shift.
      Returns:
      leader the team leader of the team shift
    • setLeader

      public void setLeader(Long leader)
      Sets the team leader of the team shift.
      Parameters:
      leader - the team leader of the team shift
    • getStartDayAddress

      public Long getStartDayAddress()
      Returns the start day address of the team shift.
      Returns:
      startDayAddress the start day address of the team shift
    • setStartDayAddress

      public void setStartDayAddress(Long startDayAddress)
      Sets the start day address of the team shift.
      Parameters:
      startDayAddress - the start day address of the team shift
    • getEndDayAddress

      public Long getEndDayAddress()
      Returns the end day address of the team shift.
      Returns:
      endDayAddress the end day address of the team shift
    • setEndDayAddress

      public void setEndDayAddress(Long endDayAddress)
      Sets the end day address of the team shift.
      Parameters:
      endDayAddress - the end day address of the team shift
    • getOssSpace

      public Long getOssSpace()
      Returns the OSS space of the team shift.
      Returns:
      ossSpace the OSS space of the team shift
    • setOssSpace

      public void setOssSpace(Long ossSpace)
      Sets the OSS space of the team shift.
      Parameters:
      ossSpace - the OSS space of the team shift
    • getTeamLocation

      public Long getTeamLocation()
      Returns the team location of the team shift.
      Returns:
      teamLocation the team location of the team shift
    • setTeamLocation

      public void setTeamLocation(Long teamLocation)
      Sets the team location of the team shift.
      Parameters:
      teamLocation - the team location of the team shift
    • getTeamDislocation

      public Long getTeamDislocation()
      Returns the team dislocation of the team shift.
      Returns:
      teamDislocation the team dislocation of the team shift
    • setTeamDislocation

      public void setTeamDislocation(Long teamDislocation)
      Sets the team dislocation of the team shift.
      Parameters:
      teamDislocation - the team dislocation of the team shift