com.silverpeas.scheduleevent.service.model
Interface ScheduleEventBean

All Known Implementing Classes:
ScheduleEvent, ScheduleEventVO

public interface ScheduleEventBean


Method Summary
 int getAuthor()
           
 Set<Contributor> getContributors()
           
 Date getCreationDate()
           
 Set<DateOption> getDates()
           
 String getDescription()
           
 String getId()
           
 Set<Response> getResponses()
           
 int getStatus()
           
 String getTitle()
           
 void setAuthor(int author)
           
 void setCreationDate(Date creationDate)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setStatus(int status)
           
 void setTitle(String title)
           
 

Method Detail

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.