org.openfjord.business.domain
Interface SurveyElement

All Known Subinterfaces:
CardinalQuestion, NominalQuestion, NonCardinalQuestion, OrdinalQuestion, PageBreak, Paragraph, Question, ScaledQuestion, SurveyElementContainer, SurveyFooter, SurveyHeader, TextElement
All Known Implementing Classes:
CardinalQuestionVO, NominalQuestionVO, NonCardinalQuestionVO, OrdinalQuestionVO, ParagraphVO, QuestionVO, ScaledQuestionVO, SurveyElementContainerVO, SurveyElementVO, SurveyFooterVO, SurveyHeaderVO, TextElementVO

public interface SurveyElement

The interface for a survey-element item

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) 2003

Company: University of Muenster

Version:
1.0
Author:
Markus Pütz

Method Summary
 java.lang.String getId()
          Gets the survey element ID
 java.lang.String getName()
          Gets the name of the survey element
 SurveyElement getParent()
          Gets the parent survey element in the logical structure of the survey
 void setName(java.lang.String name)
          Sets the name of the survey element
 void setParent(SurveyElement parent)
          Sets the parent survey element in the logical structure of the survey
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the survey element

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name of the survey element

Parameters:
name - the name

getParent

public SurveyElement getParent()
Gets the parent survey element in the logical structure of the survey

Returns:
the parent survey element

setParent

public void setParent(SurveyElement parent)
Sets the parent survey element in the logical structure of the survey

Parameters:
parent - the parent survey element

getId

public java.lang.String getId()
Gets the survey element ID

Returns:
the ID


openFJORD Copyright © 2003 University of Muenster.