com.ibm.tivoli.maximo.appt.model

Class Appointment

  • All Implemented Interfaces:
    ModelData


    public class Appointment
    extends SimpleModelData
    An appointment is a booked range of time and would exist within a bucket. Eventually we might add some other fields to indiciate the type of appointment, etc, including things like a non work appointment, etc.
    • Constructor Detail

      • Appointment

        public Appointment(java.util.Date start,
                           java.util.Date end)
    • Method Detail

      • getStart

        public java.util.Date getStart()
      • setStart

        public void setStart(java.util.Date start)
      • getEnd

        public java.util.Date getEnd()
      • setEnd

        public void setEnd(java.util.Date end)