|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
public class ICalEvent
This class implements the Event interface for events using the iCalendar format (RFC 2445).
Constructor Summary | |
---|---|
ICalEvent()
|
Method Summary | |
---|---|
java.lang.String |
getCategories()
Returns the Categories |
java.lang.String |
getDate()
Returns the Date |
java.lang.String |
getDateTimeEnd()
Returns the DateTimeEnd |
java.lang.String |
getDateTimeStart()
Returns the DateTimeStart |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getEventClass()
Returns the EventClass |
java.lang.String |
getLocation()
Returns the Location |
int |
getPriority()
Returns the Priority |
java.lang.String |
getStatus()
Returns the Status |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getUrl()
Returns the Url |
void |
setEventClass(java.lang.String strEventClass)
Sets the EventClass |
void |
setPriority(int nPriority)
Sets the Priority |
void |
setStatus(java.lang.String strStatus)
Sets the Status |
void |
setUrl(java.lang.String strUrl)
Sets the Url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICalEvent()
Method Detail |
---|
public java.lang.String getDate()
getDate
in interface Event
public java.lang.String getTitle()
getTitle
in interface Event
public java.lang.String getEventClass()
getEventClass
in interface Event
public java.lang.String getLocation()
getLocation
in interface Event
public java.lang.String getDescription()
getDescription
in interface Event
public java.lang.String getDateTimeStart()
getDateTimeStart
in interface Event
public java.lang.String getDateTimeEnd()
getDateTimeEnd
in interface Event
public java.lang.String getCategories()
getCategories
in interface Event
public java.lang.String getStatus()
getStatus
in interface Event
public int getPriority()
getPriority
in interface Event
public java.lang.String getUrl()
getUrl
in interface Event
public void setEventClass(java.lang.String strEventClass)
strEventClass
- The EventClasspublic void setStatus(java.lang.String strStatus)
strStatus
- The Statuspublic void setPriority(int nPriority)
nPriority
- The Prioritypublic void setUrl(java.lang.String strUrl)
strUrl
- The Url
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |