fr.paris.lutece.plugins.calendar.modules.ical
Class ICalEvent

java.lang.Object
  extended by fr.paris.lutece.plugins.calendar.modules.ical.ICalEvent
All Implemented Interfaces:
Event

public class ICalEvent
extends java.lang.Object
implements Event

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

ICalEvent

public ICalEvent()
Method Detail

getDate

public java.lang.String getDate()
Returns the Date

Specified by:
getDate in interface Event
Returns:
The Date

getTitle

public java.lang.String getTitle()
Returns the Title

Specified by:
getTitle in interface Event
Returns:
The Title

getEventClass

public java.lang.String getEventClass()
Returns the EventClass

Specified by:
getEventClass in interface Event
Returns:
The Evenet class

getLocation

public java.lang.String getLocation()
Returns the Location

Specified by:
getLocation in interface Event
Returns:
The Location

getDescription

public java.lang.String getDescription()
Returns the Description

Specified by:
getDescription in interface Event
Returns:
The Description

getDateTimeStart

public java.lang.String getDateTimeStart()
Returns the DateTimeStart

Specified by:
getDateTimeStart in interface Event
Returns:
The DateTimeStart

getDateTimeEnd

public java.lang.String getDateTimeEnd()
Returns the DateTimeEnd

Specified by:
getDateTimeEnd in interface Event
Returns:
The DateTimeEnd

getCategories

public java.lang.String getCategories()
Returns the Categories

Specified by:
getCategories in interface Event
Returns:
The Categories

getStatus

public java.lang.String getStatus()
Returns the Status

Specified by:
getStatus in interface Event
Returns:
The Status

getPriority

public int getPriority()
Returns the Priority

Specified by:
getPriority in interface Event
Returns:
The Priority

getUrl

public java.lang.String getUrl()
Returns the Url

Specified by:
getUrl in interface Event
Returns:
The Url

setEventClass

public void setEventClass(java.lang.String strEventClass)
Sets the EventClass

Parameters:
strEventClass - The EventClass

setStatus

public void setStatus(java.lang.String strStatus)
Sets the Status

Parameters:
strStatus - The Status

setPriority

public void setPriority(int nPriority)
Sets the Priority

Parameters:
nPriority - The Priority

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url

Parameters:
strUrl - The Url


Copyright © 2008 Mairie de Paris. All Rights Reserved.