Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.util.forms
Class QueryAnswerForm  view QueryAnswerForm download QueryAnswerForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byopenfuture.util.forms.QueryAnswerForm
All Implemented Interfaces:
java.io.Serializable

public class QueryAnswerForm
extends org.apache.struts.action.ActionForm

Form bean for yes/no questions.

Created: Mon Mar 05 07:21:43 2001

Version:
$Revision: 1.3 $

Field Summary
private  java.util.LinkedList messages
           
private  java.lang.String noText
           
private  java.lang.String noUrl
           
private  java.lang.String question
           
private  java.lang.String title
           
private  java.lang.String yesText
           
private  java.lang.String yesUrl
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
QueryAnswerForm(java.lang.String title, java.lang.String question, java.util.LinkedList messages, java.lang.String yesText, java.lang.String noText, java.lang.String yesUrl, java.lang.String noUrl)
          Creates a new form instance.
 
Method Summary
 java.util.LinkedList getMessages()
          Returns the messages to be displayed.
 java.lang.String getNoText()
          Get the value of noText.
 java.lang.String getNoUrl()
          Get the value of noUrl.
 java.lang.String getQuestion()
          Get the value of question.
 java.lang.String getTitle()
          Returns the title to be displayed.
 java.lang.String getYesText()
          Get the value of yesText.
 java.lang.String getYesUrl()
          Get the value of yesUrl.
 void setMessages(java.util.LinkedList v)
          Set the messages to be displayed.
 void setNoText(java.lang.String v)
          Set the value of noText.
 void setNoUrl(java.lang.String v)
          Set the value of noUrl.
 void setQuestion(java.lang.String v)
          Set the value of question.
 void setTitle(java.lang.String v)
          Set the title to be displayed.
 void setYesText(java.lang.String v)
          Set the value of yesText.
 void setYesUrl(java.lang.String v)
          Set the value of yesUrl.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

private java.util.LinkedList messages

noText

private java.lang.String noText

noUrl

private java.lang.String noUrl

question

private java.lang.String question

title

private java.lang.String title

yesText

private java.lang.String yesText

yesUrl

private java.lang.String yesUrl
Constructor Detail

QueryAnswerForm

public QueryAnswerForm(java.lang.String title,
                       java.lang.String question,
                       java.util.LinkedList messages,
                       java.lang.String yesText,
                       java.lang.String noText,
                       java.lang.String yesUrl,
                       java.lang.String noUrl)
Creates a new form instance.

Method Detail

getTitle

public java.lang.String getTitle()
Returns the title to be displayed.


setTitle

public void setTitle(java.lang.String v)
Set the title to be displayed.


getMessages

public java.util.LinkedList getMessages()
Returns the messages to be displayed.


setMessages

public void setMessages(java.util.LinkedList v)
Set the messages to be displayed.


getYesText

public java.lang.String getYesText()
Get the value of yesText.


setYesText

public void setYesText(java.lang.String v)
Set the value of yesText.


getNoText

public java.lang.String getNoText()
Get the value of noText.


setNoText

public void setNoText(java.lang.String v)
Set the value of noText.


getYesUrl

public java.lang.String getYesUrl()
Get the value of yesUrl.


setYesUrl

public void setYesUrl(java.lang.String v)
Set the value of yesUrl.


getNoUrl

public java.lang.String getNoUrl()
Get the value of noUrl.


setNoUrl

public void setNoUrl(java.lang.String v)
Set the value of noUrl.


getQuestion

public java.lang.String getQuestion()
Get the value of question.


setQuestion

public void setQuestion(java.lang.String v)
Set the value of question.