org.openfjord.business.domain
Interface TextElement

All Superinterfaces:
SurveyElement
All Known Subinterfaces:
CardinalQuestion, NominalQuestion, NonCardinalQuestion, OrdinalQuestion, Question, ScaledQuestion
All Known Implementing Classes:
CardinalQuestionVO, NominalQuestionVO, NonCardinalQuestionVO, OrdinalQuestionVO, QuestionVO, ScaledQuestionVO, TextElementVO

public interface TextElement
extends SurveyElement

The interface for a text-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 getText()
          Gets the text of the text element
 void setText(java.lang.String text)
          Sets the text of the text element
 
Methods inherited from interface org.openfjord.business.domain.SurveyElement
getId, getName, getParent, setName, setParent
 

Method Detail

setText

public void setText(java.lang.String text)
Sets the text of the text element

Parameters:
text - the text

getText

public java.lang.String getText()
Gets the text of the text element

Returns:
the text


openFJORD Copyright © 2003 University of Muenster.