java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.agenda.BOAgenda
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOAgenda extends DynO
Business object representing an agenda
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAgenda

      public BOAgenda()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getAppointment

      public Long getAppointment()
    • setAppointment

      public void setAppointment(Long appointment)
    • getForeman

      public Long getForeman()
    • setForeman

      public void setForeman(Long foreman)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getStatus

      public Long getStatus()
    • setStatus

      public void setStatus(Long status)
    • getTeamResources

      public Set<Long> getTeamResources()
      Returns the team resources.
      Returns:
      the team resources
    • setTeamResources

      public void setTeamResources(Set<Long> teamResources)
      Sets the team resources.
      Parameters:
      teamResources - the team resources
    • getTeamResourcesString

      public String getTeamResourcesString()
      Returns the team resources string.
      Returns:
      the team resources string
    • setTeamResources

      public void setTeamResources(String teamResources)
      Sets the team resources.
      Parameters:
      teamResources - the team resources id as string separated by "," ex. "1, 2, 3"
    • getForemanScheduling

      public Long getForemanScheduling()
    • setForemanScheduling

      public void setForemanScheduling(Long foremanScheduling)
    • getParentAgenda

      public Long getParentAgenda()
    • setParentAgenda

      public void setParentAgenda(Long parentAgenda)
    • getDefaultDuration

      public Long getDefaultDuration()
    • setDefaultDuration

      public void setDefaultDuration(Long defaultDuration)
    • getTeamShift

      public Long getTeamShift()
      Returns the team shift.
      Returns:
      the team shift
    • setTeamShift

      public void setTeamShift(Long teamShift)
      Sets the team shift.
      Parameters:
      teamShift - the team shift to set