Interface ScheduleEventBean
- All Known Implementing Classes:
ScheduleEvent
public interface ScheduleEventBean
-
Method Summary
Modifier and TypeMethodDescriptionintgetDates()getId()intgetTitle()voidsetAuthor(int author) voidsetCreationDate(Date creationDate) voidsetDescription(String description) voidvoidsetStatus(int status) void
-
Method Details
-
getId
String getId() -
setId
-
getTitle
String getTitle() -
setTitle
-
getDescription
String getDescription() -
setDescription
-
getCreationDate
Date getCreationDate() -
setCreationDate
-
getAuthor
int getAuthor() -
setAuthor
void setAuthor(int author) -
getDates
Set<DateOption> getDates() -
getContributors
Set<Contributor> getContributors() -
getResponses
-
getStatus
int getStatus() -
setStatus
void setStatus(int status)
-