Class BOTeamShift

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.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:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamShift

      public BOTeamShift()
  • Method Details

    • getId

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

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

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

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

      public Long getWorkingTeam()
      Returns the working team id.
      Returns:
      the working team id
      See Also:
    • setWorkingTeam

      public void setWorkingTeam(Long workingTeam)
      Sets the working team id.
      Parameters:
      workingTeam - the working team id
      See Also:
    • getTeamLeader

      public Long getTeamLeader()
      Returns the team leader id.
      Returns:
      the team leader id
      See Also:
    • setTeamLeader

      public void setTeamLeader(Long teamLeader)
      Sets the team leader id.
      Parameters:
      teamLeader - the team leader id
      See Also:
    • getStartAddress

      public Long getStartAddress()
      Returns the start address.
      Returns:
      the start address
      See Also:
    • setStartAddress

      public void setStartAddress(Long startAddress)
      Sets the start address.
      Parameters:
      startAddress - the start address
      See Also:
    • getEndAddress

      public Long getEndAddress()
      Returns the end address.
      Returns:
      the end address
      See Also:
    • setEndAddress

      public void setEndAddress(Long endAddress)
      Sets the end address.
      Parameters:
      endAddress - the end address
      See Also:
    • getOssSpace

      public Long getOssSpace()
      Returns the oss space.
      Returns:
      the oss space
    • setOssSpace

      public void setOssSpace(Long ossSpace)
      Sets the oss space.
      Parameters:
      ossSpace - the oss space
    • getTeamLocation

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

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

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

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