|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.calendar.CalendarEventOccurrence
public class CalendarEventOccurrence
The occurrence of an event in a Silverpeas calendar. An event occurrence starts and ends at a given date and it represents an event that has occured or that is going to occur at a given moment in time.
Constructor Summary | |
---|---|
CalendarEventOccurrence(CalendarEvent event,
Date startDate,
Date endDate)
Constructs a new occurrence from the specified calendar event, starting and ending at the specified dates. |
Method Summary | |
---|---|
CalendarEvent |
getCalendarEvent()
Gets the event to which this occurrence belongs. |
Date |
getEndDate()
Gets the date at which this event should ends |
Date |
getStartDate()
Gets the date at which this occurrence should starts |
String |
getUid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarEventOccurrence(CalendarEvent event, Date startDate, Date endDate)
event
- the event from which the occurrence is instanciated.startDate
- the start date of the occurrence.endDate
- the end date of the occurrence.Method Detail |
---|
public CalendarEvent getCalendarEvent()
public Date getStartDate()
public Date getEndDate()
public String getUid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |