org.apache.myfaces.custom.schedule.model
Interface ScheduleEntry

All Known Implementing Classes:
DefaultScheduleEntry

public interface ScheduleEntry

A schedule entry is an appointment or event.

Version:
$Revision: 349804 $
Author:
Jurgen Lust (latest modification by $Author: skitching $)

Method Summary
 String getDescription()
           
 Date getEndTime()
           
 String getId()
           
 Date getStartTime()
           
 String getSubtitle()
           
 String getTitle()
           
 boolean isAllDay()
           
 

Method Detail

getDescription

String getDescription()
Returns:
Returns the description.

getEndTime

Date getEndTime()
Returns:
Returns the endTime.

getId

String getId()
Returns:
Returns the id.

getStartTime

Date getStartTime()
Returns:
Returns the startTime.

getSubtitle

String getSubtitle()
Returns:
Returns the subtitle.

getTitle

String getTitle()
Returns:
Returns the title.

isAllDay

boolean isAllDay()
Returns:
Returns true if the entry last all day.


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.