org.openfjord.business.domain
Interface TextAnswer

All Superinterfaces:
Answer

public interface TextAnswer
extends Answer

The interface for a text-answer 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 getValue()
          Gets the value of the text-answer
 void setValue(java.lang.String value)
          Sets the value of the text answer
 
Methods inherited from interface org.openfjord.business.domain.Answer
getParticipant
 

Method Detail

setValue

public void setValue(java.lang.String value)
Sets the value of the text answer

Parameters:
value - the value

getValue

public java.lang.String getValue()
Gets the value of the text-answer

Returns:
the value


openFJORD Copyright © 2003 University of Muenster.