Class ScheduleEventVO
java.lang.Object
org.silverpeas.components.scheduleevent.view.ScheduleEventVO
- All Implemented Interfaces:
ScheduleEventBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDate(String dateIndexFormat) intgetDates()getId()intgetTitle()voidsetAuthor(int author) voidsetCreationDate(Date creationDate) voidsetDescription(String description) voidvoidsetScheduleEventWith(Set<OptionDateVO> optionalDates) voidsetStatus(int status) void
-
Field Details
-
MORNING_HOUR
public static final int MORNING_HOUR- See Also:
-
AFTERNOON_HOUR
public static final int AFTERNOON_HOUR- See Also:
-
-
Constructor Details
-
ScheduleEventVO
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceScheduleEventBean
-
setId
- Specified by:
setIdin interfaceScheduleEventBean
-
getTitle
- Specified by:
getTitlein interfaceScheduleEventBean
-
setTitle
- Specified by:
setTitlein interfaceScheduleEventBean
-
getDescription
- Specified by:
getDescriptionin interfaceScheduleEventBean
-
setDescription
- Specified by:
setDescriptionin interfaceScheduleEventBean
-
getCreationDate
- Specified by:
getCreationDatein interfaceScheduleEventBean
-
setCreationDate
- Specified by:
setCreationDatein interfaceScheduleEventBean
-
getAuthor
public int getAuthor()- Specified by:
getAuthorin interfaceScheduleEventBean
-
setAuthor
public void setAuthor(int author) - Specified by:
setAuthorin interfaceScheduleEventBean
-
getDates
- Specified by:
getDatesin interfaceScheduleEventBean
-
getContributors
- Specified by:
getContributorsin interfaceScheduleEventBean
-
getSubscribersCount
-
getResponses
- Specified by:
getResponsesin interfaceScheduleEventBean
-
getStatus
public int getStatus()- Specified by:
getStatusin interfaceScheduleEventBean
-
setStatus
public void setStatus(int status) - Specified by:
setStatusin interfaceScheduleEventBean
-
getOptionalDateIndexes
- Throws:
org.silverpeas.kernel.SilverpeasException
-
setScheduleEventWith
-
deleteDate
- Throws:
org.silverpeas.kernel.SilverpeasException
-