com.silverpeas.scheduleevent.view
Class ScheduleEventVO
java.lang.Object
   com.silverpeas.scheduleevent.view.ScheduleEventVO
com.silverpeas.scheduleevent.view.ScheduleEventVO
- All Implemented Interfaces: 
- ScheduleEventBean
- public class ScheduleEventVO 
- extends Object- implements ScheduleEventBean
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MORNING_HOUR
public static final int MORNING_HOUR
- See Also:
- Constant Field Values
AFTERNOON_HOUR
public static final int AFTERNOON_HOUR
- See Also:
- Constant Field Values
ScheduleEventVO
public ScheduleEventVO(ScheduleEventBean current)
getId
public String getId()
- 
- Specified by:
- getIdin interface- ScheduleEventBean
 
- 
 
setId
public void setId(String id)
- 
- Specified by:
- setIdin interface- ScheduleEventBean
 
- 
 
getTitle
public String getTitle()
- 
- Specified by:
- getTitlein interface- ScheduleEventBean
 
- 
 
setTitle
public void setTitle(String title)
- 
- Specified by:
- setTitlein interface- ScheduleEventBean
 
- 
 
getDescription
public String getDescription()
- 
- Specified by:
- getDescriptionin interface- ScheduleEventBean
 
- 
 
setDescription
public void setDescription(String description)
- 
- Specified by:
- setDescriptionin interface- ScheduleEventBean
 
- 
 
getCreationDate
public Date getCreationDate()
- 
- Specified by:
- getCreationDatein interface- ScheduleEventBean
 
- 
 
setCreationDate
public void setCreationDate(Date creationDate)
- 
- Specified by:
- setCreationDatein interface- ScheduleEventBean
 
- 
 
getAuthor
public int getAuthor()
- 
- Specified by:
- getAuthorin interface- ScheduleEventBean
 
- 
 
setAuthor
public void setAuthor(int author)
- 
- Specified by:
- setAuthorin interface- ScheduleEventBean
 
- 
 
getDates
public Set<DateOption> getDates()
- 
- Specified by:
- getDatesin interface- ScheduleEventBean
 
- 
 
getContributors
public Set<Contributor> getContributors()
- 
- Specified by:
- getContributorsin interface- ScheduleEventBean
 
- 
 
getSubscribersCount
public Integer getSubscribersCount()
- 
 
- 
 
getResponses
public Set<Response> getResponses()
- 
- Specified by:
- getResponsesin interface- ScheduleEventBean
 
- 
 
getStatus
public int getStatus()
- 
- Specified by:
- getStatusin interface- ScheduleEventBean
 
- 
 
setStatus
public void setStatus(int status)
- 
- Specified by:
- setStatusin interface- ScheduleEventBean
 
- 
 
getOptionalDateIndexes
public Set<OptionDateVO> getOptionalDateIndexes()
                                         throws Exception
- 
 
- 
- Throws:
- Exception
 
setScheduleEventWith
public void setScheduleEventWith(Set<OptionDateVO> optionalDates)
- 
 
- 
 
deleteDate
public void deleteDate(String dateIndexFormat)
                throws Exception
- 
 
- 
- Throws:
- Exception
 
Copyright © 2016 Silverpeas. All Rights Reserved.