com.silverpeas.scheduleevent.service.model
Interface ScheduleEventBean
- All Known Implementing Classes:
- ScheduleEvent, ScheduleEventVO
public interface ScheduleEventBean
getId
String getId()
setId
void setId(String id)
getTitle
String getTitle()
setTitle
void setTitle(String title)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getCreationDate
Date getCreationDate()
setCreationDate
void setCreationDate(Date creationDate)
getAuthor
int getAuthor()
setAuthor
void setAuthor(int author)
getDates
Set<DateOption> getDates()
getContributors
Set<Contributor> getContributors()
getResponses
Set<Response> getResponses()
getStatus
int getStatus()
setStatus
void setStatus(int status)
Copyright © 2016 Silverpeas. All Rights Reserved.