|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.business.SimpleEvent
public class SimpleEvent
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 |
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 |
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 |
---|
public SimpleEvent()
Method Detail |
---|
public java.lang.String getDate()
getDate
in interface Event
public void setDate(java.lang.String strDate)
strDate
- The Datepublic java.lang.String getTitle()
getTitle
in interface Event
public void setTitle(java.lang.String strTitle)
strTitle
- The Titlepublic java.lang.String getLocation()
getLocation
in interface Event
public void setLocation(java.lang.String strLocation)
strLocation
- The Locationpublic java.lang.String getEventClass()
getEventClass
in interface Event
public void setEventClass(java.lang.String strEventClass)
strEventClass
- The EventClasspublic java.lang.String getDescription()
getDescription
in interface Event
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.lang.String getDateTimeStart()
getDateTimeStart
in interface Event
public void setDateTimeStart(java.lang.String strDateTimeStart)
strDateTimeStart
- The DateTimeStartpublic java.lang.String getDateTimeEnd()
getDateTimeEnd
in interface Event
public void setDateTimeEnd(java.lang.String strDateTimeEnd)
strDateTimeEnd
- The DateTimeEndpublic java.lang.String getCategories()
getCategories
in interface Event
public void setCategories(java.lang.String strCategories)
strCategories
- The Categoriespublic java.lang.String getStatus()
getStatus
in interface Event
public void setStatus(java.lang.String strStatus)
strStatus
- The Statuspublic int getPriority()
getPriority
in interface Event
public void setPriority(int nPriority)
nPriority
- The Prioritypublic java.lang.String getUrl()
getUrl
in interface Event
public 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 |