|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.openfjord.business.entities.valueobjects.SurveyVO
Title: openFJORD
Description: open flexible online research designer
Copyright:
Company:
| Field Summary |
| Fields inherited from interface org.openfjord.business.domain.Survey |
COMPLETED, DESIGN, ONLINE, TEMPLATE |
| Constructor Summary | |
SurveyVO()
|
|
SurveyVO(java.lang.String surveyId)
|
|
| Method Summary | |
java.lang.String |
getAuthor()
Gets the author of the Survey |
java.lang.String |
getComment()
Gets the comment given to the survey |
int |
getMaxParticipants()
Gets the maximum number of participants |
java.lang.String |
getName()
Gets the name of the Survey |
java.util.Collection |
getParticipants()
Gets the participants of the survey |
Paragraph |
getRootParagraph()
Gets the root paragraph of the survey |
java.util.Date |
getStartTime()
Gets the start-time of the survey |
int |
getState()
Gets the state of the survey |
java.util.Date |
getStopTime()
Gets the time the survey ends |
SurveyFooter |
getSurveyFooter()
Gets the footer of the survey |
SurveyHeader |
getSurveyHeader()
Gets the Header of the Survey |
java.lang.String |
getSurveyId()
Gets the ID of the survey |
SurveyOwner |
getSurveyOwner()
Gets the owner of the survey |
void |
setAuthor(java.lang.String author)
Sets the author of the survey |
void |
setComment(java.lang.String comment)
Sets a comment to the survey |
void |
setMaxParticipants(int maxParticipant)
Sets the maximum number of participants |
void |
setName(java.lang.String name)
Sets the name of the survey |
void |
setRootParagraph(Paragraph rootParagraph)
|
void |
setStartTime(java.util.Date startTime)
Sets the start-time |
void |
setState(int state)
Sets the state of the survey |
void |
setStopTime(java.util.Date stopTime)
Sets the time the survey ends |
void |
setSurveyFooter(SurveyFooter surveyFooter)
Sets the footer of the survey |
void |
setSurveyHeader(SurveyHeader surveyHeader)
Sets the Header of the Survey |
void |
setSurveyOwner(SurveyOwner owner)
Sets the owner of the survey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SurveyVO(java.lang.String surveyId)
public SurveyVO()
| Method Detail |
public java.util.Date getStartTime()
Survey
getStartTime in interface Surveypublic void setStartTime(java.util.Date startTime)
Survey
setStartTime in interface SurveystartTime - the start-timepublic java.util.Date getStopTime()
Survey
getStopTime in interface Surveypublic void setStopTime(java.util.Date stopTime)
Survey
setStopTime in interface SurveystopTime - the stop-timepublic int getMaxParticipants()
Survey
getMaxParticipants in interface Surveypublic void setMaxParticipants(int maxParticipant)
Survey
setMaxParticipants in interface SurveymaxParticipant - the maximum number of participantspublic java.lang.String getName()
Survey
getName in interface Surveypublic void setName(java.lang.String name)
Survey
setName in interface Surveyname - the name of the surveypublic java.lang.String getAuthor()
Survey
getAuthor in interface Surveypublic void setAuthor(java.lang.String author)
Survey
setAuthor in interface Surveypublic java.lang.String getComment()
Survey
getComment in interface Surveypublic void setComment(java.lang.String comment)
Survey
setComment in interface Surveycomment - the commentpublic int getState()
Survey
getState in interface Surveypublic void setState(int state)
Survey
setState in interface Surveystate - the statepublic java.util.Collection getParticipants()
Survey
getParticipants in interface Surveypublic Paragraph getRootParagraph()
Survey
getRootParagraph in interface Surveypublic void setRootParagraph(Paragraph rootParagraph)
public SurveyHeader getSurveyHeader()
Survey
getSurveyHeader in interface Surveypublic void setSurveyHeader(SurveyHeader surveyHeader)
Survey
setSurveyHeader in interface SurveysurveyHeader - the survey-headerpublic SurveyFooter getSurveyFooter()
Survey
getSurveyFooter in interface Surveypublic void setSurveyFooter(SurveyFooter surveyFooter)
Survey
setSurveyFooter in interface SurveysurveyFooter - the survey-footerpublic SurveyOwner getSurveyOwner()
Survey
getSurveyOwner in interface Surveypublic void setSurveyOwner(SurveyOwner owner)
Survey
setSurveyOwner in interface Surveyowner - the ownerpublic java.lang.String getSurveyId()
Survey
getSurveyId in interface Survey
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||