|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for a survey item
Title: openFJORD
Description: open Flexible Java Online Research Designer
Copyright: Copyright (c) 2003
Company: University of Muenster
| Field Summary | |
static int |
COMPLETED
|
static int |
DESIGN
|
static int |
ONLINE
|
static int |
TEMPLATE
|
| 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 |
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 |
| Field Detail |
public static final int DESIGN
public static final int ONLINE
public static final int COMPLETED
public static final int TEMPLATE
| Method Detail |
public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - the start-timepublic java.util.Date getStopTime()
public void setStopTime(java.util.Date stopTime)
stopTime - the stop-timepublic int getMaxParticipants()
public void setMaxParticipants(int maxParticipant)
maxParticipant - the maximum number of participantspublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the surveypublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - the commentpublic int getState()
public void setState(int state)
state - the statepublic java.util.Collection getParticipants()
public Paragraph getRootParagraph()
public SurveyHeader getSurveyHeader()
public void setSurveyHeader(SurveyHeader surveyHeader)
surveyHeader - the survey-headerpublic SurveyFooter getSurveyFooter()
public void setSurveyFooter(SurveyFooter surveyFooter)
surveyFooter - the survey-footerpublic SurveyOwner getSurveyOwner()
public void setSurveyOwner(SurveyOwner owner)
owner - the ownerpublic java.lang.String getSurveyId()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||