java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.BOAppointment
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOAppointment extends DynO
Business object representing an appointment
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOAppointment

      public BOAppointment()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the appointment id.
      Parameters:
      id - the appointment id
    • getOperation

      public Long getOperation()
      Returns the operation id.
      Returns:
      the operation id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the operation id.
      Parameters:
      operation - the operation id
      See Also:
    • getStartDate

      public Date getStartDate()
      Returns the start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public Date getEndDate()
      Returns the end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date.
      Parameters:
      endDate - the end date
    • getStartBlockDate

      public Date getStartBlockDate()
      Returns the start block date.
      Returns:
      the start block date
    • setStartBlockDate

      public void setStartBlockDate(Date startBlockDate)
      Sets the start block date.
      Parameters:
      startBlockDate - the start block date
    • getEndBlockDate

      public Date getEndBlockDate()
      Returns the end block date.
      Returns:
      the end block date
    • setEndBlockDate

      public void setEndBlockDate(Date endBlockDate)
      Sets the end block date.
      Parameters:
      endBlockDate - the end block date
    • getBundleOperation

      public Long getBundleOperation()
      Returns the bundle operation id.
      Returns:
      the bundle operation id
      See Also:
    • setBundleOperation

      public void setBundleOperation(Long bundleOperation)
      Sets the bundle operation id.
      Parameters:
      bundleOperation - the bundle operation id
      See Also:
    • getState

      public Long getState()
      Returns the appointment state id.
      Returns:
      the appointment state id
      See Also:
    • setState

      public void setState(Long state)
      Sets the appointment state id.
      Parameters:
      state - the appointment state id
      See Also: