com.silverpeas.scheduleevent.view
Class ScheduleEventVO
java.lang.Object
  
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:
 getId in interface ScheduleEventBean
 
 
setId
public void setId(String id)
- Specified by:
 setId in interface ScheduleEventBean
 
 
getTitle
public String getTitle()
- Specified by:
 getTitle in interface ScheduleEventBean
 
 
setTitle
public void setTitle(String title)
- Specified by:
 setTitle in interface ScheduleEventBean
 
 
getDescription
public String getDescription()
- Specified by:
 getDescription in interface ScheduleEventBean
 
 
setDescription
public void setDescription(String description)
- Specified by:
 setDescription in interface ScheduleEventBean
 
 
getCreationDate
public Date getCreationDate()
- Specified by:
 getCreationDate in interface ScheduleEventBean
 
 
setCreationDate
public void setCreationDate(Date creationDate)
- Specified by:
 setCreationDate in interface ScheduleEventBean
 
 
getAuthor
public int getAuthor()
- Specified by:
 getAuthor in interface ScheduleEventBean
 
 
setAuthor
public void setAuthor(int author)
- Specified by:
 setAuthor in interface ScheduleEventBean
 
 
getDates
public Set<DateOption> getDates()
- Specified by:
 getDates in interface ScheduleEventBean
 
 
getContributors
public Set<Contributor> getContributors()
- Specified by:
 getContributors in interface ScheduleEventBean
 
 
getSubscribersCount
public Integer getSubscribersCount()
 
 
getResponses
public Set<Response> getResponses()
- Specified by:
 getResponses in interface ScheduleEventBean
 
 
getStatus
public int getStatus()
- Specified by:
 getStatus in interface ScheduleEventBean
 
 
setStatus
public void setStatus(int status)
- Specified by:
 setStatus in 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.