fr.paris.lutece.plugins.calendar.business
Class SimpleEvent

java.lang.Object
  extended by fr.paris.lutece.plugins.calendar.business.SimpleEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
MultiAgendaEvent

public class SimpleEvent
extends java.lang.Object
implements Event


Constructor Summary
SimpleEvent()
           
 
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
 int getId()
          Returns the id of the event
 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 setCategories(java.lang.String strCategories)
          Sets the Categories
 void setDate(java.lang.String strDate)
          Sets the Date
 void setDateTimeEnd(java.lang.String strDateTimeEnd)
          Sets the DateTimeEnd
 void setDateTimeStart(java.lang.String strDateTimeStart)
          Sets the DateTimeStart
 void setDescription(java.lang.String strDescription)
          Sets the Description
 void setEventClass(java.lang.String strEventClass)
          Sets the EventClass
 void setId(int nId)
          Sets the Date
 void setLocation(java.lang.String strLocation)
          Sets the Location
 void setPriority(int nPriority)
          Sets the Priority
 void setStatus(java.lang.String strStatus)
          Sets the Status
 void setTitle(java.lang.String strTitle)
          Sets the Title
 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

SimpleEvent

public SimpleEvent()
Method Detail

getId

public int getId()
Returns the id of the event

Returns:
The id

setId

public void setId(int nId)
Sets the Date

Parameters:
nId - The id of the event

getDate

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

Specified by:
getDate in interface Event
Returns:
The Date

setDate

public void setDate(java.lang.String strDate)
Sets the Date

Parameters:
strDate - The Date

getTitle

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

Specified by:
getTitle in interface Event
Returns:
The Title

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getLocation

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

Specified by:
getLocation in interface Event
Returns:
The Location

setLocation

public void setLocation(java.lang.String strLocation)
Sets the Location

Parameters:
strLocation - The Location

getEventClass

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

Specified by:
getEventClass in interface Event
Returns:
The EventClass

setEventClass

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

Parameters:
strEventClass - The EventClass

getDescription

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

Specified by:
getDescription in interface Event
Returns:
The Description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getDateTimeStart

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

Specified by:
getDateTimeStart in interface Event
Returns:
The DateTimeStart

setDateTimeStart

public void setDateTimeStart(java.lang.String strDateTimeStart)
Sets the DateTimeStart

Parameters:
strDateTimeStart - The DateTimeStart

getDateTimeEnd

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

Specified by:
getDateTimeEnd in interface Event
Returns:
The DateTimeEnd

setDateTimeEnd

public void setDateTimeEnd(java.lang.String strDateTimeEnd)
Sets the DateTimeEnd

Parameters:
strDateTimeEnd - The DateTimeEnd

getCategories

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

Specified by:
getCategories in interface Event
Returns:
The Categories

setCategories

public void setCategories(java.lang.String strCategories)
Sets the Categories

Parameters:
strCategories - The Categories

getStatus

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

Specified by:
getStatus in interface Event
Returns:
The Status

setStatus

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

Parameters:
strStatus - The Status

getPriority

public int getPriority()
Returns the Priority

Specified by:
getPriority in interface Event
Returns:
The Priority

setPriority

public void setPriority(int nPriority)
Sets the Priority

Parameters:
nPriority - The Priority

getUrl

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

Specified by:
getUrl in interface Event
Returns:
The Url

setUrl

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

Parameters:
strUrl - The Url


Copyright © 2008 Mairie de Paris. All Rights Reserved.