to.etc.domui.component.agenda
Class BasicScheduleItem

java.lang.Object
  extended by to.etc.domui.component.agenda.BasicScheduleItem
All Implemented Interfaces:
ScheduleItem

public class BasicScheduleItem
extends java.lang.Object
implements ScheduleItem


Constructor Summary
BasicScheduleItem(java.lang.String id, java.util.Date start, java.util.Date end, java.lang.String name, java.lang.String details, java.lang.String type, java.lang.String imageURL)
           
 
Method Summary
 java.lang.String getDetails()
           
 java.util.Date getEnd()
          The end of the appointment.
 java.lang.String getID()
          An unique identifier that can be used to locate this appointment.
 java.lang.String getImageURL()
           
 java.lang.String getName()
          The short text describing this appointment (mandatory)
 java.util.Date getStart()
          The start of the appointment.
 java.lang.String getType()
          A short string describing the appointment type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScheduleItem

public BasicScheduleItem(java.lang.String id,
                         java.util.Date start,
                         java.util.Date end,
                         java.lang.String name,
                         java.lang.String details,
                         java.lang.String type,
                         java.lang.String imageURL)
Method Detail

getDetails

public java.lang.String getDetails()
Specified by:
getDetails in interface ScheduleItem

getEnd

public java.util.Date getEnd()
Description copied from interface: ScheduleItem
The end of the appointment.

Specified by:
getEnd in interface ScheduleItem

getID

public java.lang.String getID()
Description copied from interface: ScheduleItem
An unique identifier that can be used to locate this appointment.

Specified by:
getID in interface ScheduleItem

getImageURL

public java.lang.String getImageURL()
Specified by:
getImageURL in interface ScheduleItem

getName

public java.lang.String getName()
Description copied from interface: ScheduleItem
The short text describing this appointment (mandatory)

Specified by:
getName in interface ScheduleItem

getStart

public java.util.Date getStart()
Description copied from interface: ScheduleItem
The start of the appointment.

Specified by:
getStart in interface ScheduleItem

getType

public java.lang.String getType()
Description copied from interface: ScheduleItem
A short string describing the appointment type

Specified by:
getType in interface ScheduleItem