Interface ScheduleEventBean

All Known Implementing Classes:
ScheduleEvent

public interface ScheduleEventBean
  • Method Details

    • 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)