public class SimpleEvent extends Object implements Event
Constructor and Description |
---|
SimpleEvent() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the Date
|
Timestamp |
getDateCreation()
Returns the event date creation
|
Date |
getDateEnd()
Returns the date end
|
String |
getDateTimeEnd()
Returns the DateTimeEnd
|
String |
getDateTimeStart()
Returns the DateTimeStart
|
String |
getDescription()
Returns the Description
|
int |
getDocumentId()
Returns the document id
|
String |
getEventClass()
Returns the EventClass
|
String[] |
getExcludedDays()
Get the list of excluded days
|
int |
getId()
Returns the id of the event
|
int |
getIdCalendar()
Gets the calendar id
|
fr.paris.lutece.portal.service.image.ImageResource |
getImageResource()
Returns the ImageResource
|
String |
getImageUrl()
Returns the image Url
|
String |
getLinkUrl()
Returns the link Url
|
Collection<Category> |
getListCategories()
Gets the event categories
|
String |
getListTags()
Returns the Tag list
|
String |
getLocation()
Returns the Location
|
String |
getLocationAddress()
Returns the location Address
|
String |
getLocationTown()
Returns the location Town
|
String |
getLocationZip()
Returns the location Zip
|
String |
getMapUrl()
Returns the date end
|
int |
getOccurrence()
Returns the occurrence
|
String |
getPageUrl()
Returns the page Url
|
int |
getPeriodicity()
Returns the periodicity
|
int |
getPriority()
Returns the Priority
|
String |
getStatus()
Returns the Status
|
String[] |
getTags()
Returns the top Event
|
String |
getTitle()
Returns the Title
|
int |
getTopEvent()
Returns the top Event
|
String |
getType()
Returns the type
|
String |
getUrl()
Returns the Url
|
void |
setDate(Date dateEvent)
Sets the Date
|
void |
setDateCreation(Timestamp dateCreation)
Sets the date event date creation
|
void |
setDateEnd(Date DateEnd)
Sets the Date End
|
void |
setDateTimeEnd(String strDateTimeEnd)
Sets the DateTimeEnd
|
void |
setDateTimeStart(String strDateTimeStart)
Sets the DateTimeStart
|
void |
setDescription(String strDescription)
Sets the Description
|
void |
setDocumentId(int nDocumentId)
Sets the document id
|
void |
setEventClass(String strEventClass)
Sets the EventClass
|
void |
setExcludedDays(String[] listExcludedDays)
Set the list of excluded days
|
void |
setId(int nId)
Sets the Date
|
void |
setIdCalendar(int idCalendar)
Sets the calendar id
|
void |
setImageResource(fr.paris.lutece.portal.service.image.ImageResource imageResource)
Sets the ImageResource
|
void |
setImageUrl(String strImageUrl)
Sets the image Url
|
void |
setLinkUrl(String strLinkUrl)
Sets the link Url
|
void |
setListCategories(Collection<Category> categories)
Sets the event categories
|
void |
setListTags(String strListTags)
Sets the tag list
|
void |
setLocation(String strLocation)
Sets the Location
|
void |
setLocationAddress(String strLocationAddress)
Sets the location Address
|
void |
setLocationTown(String strLocationTown)
Sets the location Town
|
void |
setLocationZip(String strLocationZip)
Sets the location Zip
|
void |
setMapUrl(String strMapUrl)
Sets the Map Url
|
void |
setOccurrence(int nOccurrence)
Sets the occurrence
|
void |
setPageUrl(String strPageUrl)
Sets the page Url
|
void |
setPeriodicity(int nPeriodicity)
Sets the periodicity
|
void |
setPriority(int nPriority)
Sets the Priority
|
void |
setStatus(String strStatus)
Sets the Status
|
void |
setTags(String[] listTags)
Sets the tag list
|
void |
setTitle(String strTitle)
Sets the Title
|
void |
setTopEvent(int strTopEvent)
Sets the top Event
|
void |
setType(String type)
Sets the type
|
void |
setUrl(String strUrl)
Sets the Url
|
public int getId()
public void setId(int nId)
nId
- The id of the eventpublic Date getDate()
public void setDate(Date dateEvent)
dateEvent
- The Datepublic String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic String getLocation()
getLocation
in interface Event
public void setLocation(String strLocation)
strLocation
- The Locationpublic String getEventClass()
getEventClass
in interface Event
public void setEventClass(String strEventClass)
strEventClass
- The EventClasspublic String getDescription()
getDescription
in interface Event
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getDateTimeStart()
getDateTimeStart
in interface Event
public void setDateTimeStart(String strDateTimeStart)
strDateTimeStart
- The DateTimeStartpublic String getDateTimeEnd()
getDateTimeEnd
in interface Event
public void setDateTimeEnd(String strDateTimeEnd)
strDateTimeEnd
- The DateTimeEndpublic String getStatus()
public void setStatus(String strStatus)
strStatus
- The Statuspublic int getPriority()
getPriority
in interface Event
public void setPriority(int nPriority)
nPriority
- The Prioritypublic String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic int getPeriodicity()
getPeriodicity
in interface Event
public void setPeriodicity(int nPeriodicity)
nPeriodicity
- The periodicitypublic int getOccurrence()
getOccurrence
in interface Event
public void setOccurrence(int nOccurrence)
nOccurrence
- The occurrencepublic Date getDateEnd()
getDateEnd
in interface Event
public void setDateEnd(Date DateEnd)
DateEnd
- The Date Endpublic String getLocationTown()
getLocationTown
in interface Event
public void setLocationTown(String strLocationTown)
strLocationTown
- The location Townpublic String getLocationZip()
getLocationZip
in interface Event
public void setLocationZip(String strLocationZip)
strLocationZip
- The location Zippublic String getLocationAddress()
getLocationAddress
in interface Event
public void setLocationAddress(String strLocationAddress)
strLocationAddress
- The location Addresspublic String getMapUrl()
public void setMapUrl(String strMapUrl)
strMapUrl
- The Map Urlpublic String getLinkUrl()
getLinkUrl
in interface Event
public void setLinkUrl(String strLinkUrl)
strLinkUrl
- The link Urlpublic int getDocumentId()
getDocumentId
in interface Event
public void setDocumentId(int nDocumentId)
nDocumentId
- The document idpublic String getPageUrl()
getPageUrl
in interface Event
public void setPageUrl(String strPageUrl)
strPageUrl
- The page Urlpublic int getTopEvent()
getTopEvent
in interface Event
public void setTopEvent(int strTopEvent)
strTopEvent
- The top Eventpublic String[] getTags()
public void setTags(String[] listTags)
listTags
- The tag listpublic String getListTags()
public void setListTags(String strListTags)
strListTags
- The tag listpublic String getType()
public void setType(String type)
type
- The typepublic int getIdCalendar()
getIdCalendar
in interface Event
public void setIdCalendar(int idCalendar)
idCalendar
- The calendar idpublic Collection<Category> getListCategories()
public void setListCategories(Collection<Category> categories)
categories
- the event categoriespublic fr.paris.lutece.portal.service.image.ImageResource getImageResource()
getImageResource
in interface Event
public void setImageResource(fr.paris.lutece.portal.service.image.ImageResource imageResource)
imageResource
- the ImageResourcepublic String getImageUrl()
public void setImageUrl(String strImageUrl)
strImageUrl
- The image Urlpublic Timestamp getDateCreation()
getDateCreation
in interface Event
public void setDateCreation(Timestamp dateCreation)
dateCreation
- The event date creationpublic String[] getExcludedDays()
public void setExcludedDays(String[] listExcludedDays)
listExcludedDays
- the list of excluded daysCopyright © 2015 City of Paris. All rights reserved.