openfuture.bugbase.forms
Class ViewReportsForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--openfuture.bugbase.forms.ViewReportsForm
All Implemented Interfaces:
java.io.Serializable

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

Form bean for the selection form.

Created: Wed Jan 10 20:30:24 2001

Version:
$Revision: 1.3 $
Author:
Wolfgang Reissenberger
See Also:
Serialized Form

Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ViewReportsForm()
           
 
Method Summary
 java.lang.String getAuthor()
          Get the value of author.
 java.lang.String getDoctor()
          Get the value of doctor.
 java.lang.String getFixed()
          Get the value of fixed.
 java.lang.String getQueryString()
          Get the value of queryString.
 java.lang.String getRejected()
          Get the value of rejected.
 java.lang.String getReported()
          Get the value of reported.
 java.lang.String getStarted()
          Get the value of started.
 void setAuthor(java.lang.String v)
          Set the value of author.
 void setDoctor(java.lang.String v)
          Set the value of doctor.
 void setFixed(java.lang.String v)
          Set the value of fixed.
 void setQueryString(java.lang.String v)
          Set the value of queryString.
 void setRejected(java.lang.String v)
          Set the value of rejected.
 void setReported(java.lang.String v)
          Set the value of reported.
 void setStarted(java.lang.String v)
          Set the value of started.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewReportsForm

public ViewReportsForm()
Method Detail

getReported

public java.lang.String getReported()
Get the value of reported.
Returns:
value of reported.

setReported

public void setReported(java.lang.String v)
Set the value of reported.
Parameters:
v - Value to assign to reported.

getStarted

public java.lang.String getStarted()
Get the value of started.
Returns:
value of started.

setStarted

public void setStarted(java.lang.String v)
Set the value of started.
Parameters:
v - Value to assign to started.

getFixed

public java.lang.String getFixed()
Get the value of fixed.
Returns:
value of fixed.

setFixed

public void setFixed(java.lang.String v)
Set the value of fixed.
Parameters:
v - Value to assign to fixed.

getRejected

public java.lang.String getRejected()
Get the value of rejected.
Returns:
value of rejected.

setRejected

public void setRejected(java.lang.String v)
Set the value of rejected.
Parameters:
v - Value to assign to rejected.

getQueryString

public java.lang.String getQueryString()
Get the value of queryString.
Returns:
value of queryString.

setQueryString

public void setQueryString(java.lang.String v)
Set the value of queryString.
Parameters:
v - Value to assign to queryString.

getAuthor

public java.lang.String getAuthor()
Get the value of author.
Returns:
value of author.

setAuthor

public void setAuthor(java.lang.String v)
Set the value of author.
Parameters:
v - Value to assign to author.

getDoctor

public java.lang.String getDoctor()
Get the value of doctor.
Returns:
value of doctor.

setDoctor

public void setDoctor(java.lang.String v)
Set the value of doctor.
Parameters:
v - Value to assign to doctor.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.