Class BOAppointmentStatus

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

public class BOAppointmentStatus extends DynO
Business object representing an appointment status
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAppointmentStatus

      public BOAppointmentStatus()
  • Method Details

    • getId

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

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

      public String getDescription()
      Returns the appointment state description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the appointment state description.
      Parameters:
      description - the description
    • getCode

      public final String getCode()
      Returns the appointment state code.
      Returns:
      the code
    • setCode

      public final void setCode(String code)
      Sets the appointment state code.
      Parameters:
      code - the code