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

Quick Search    Search Deep

openfuture.bugbase.forms
Class ViewReportsForm  view ViewReportsForm download ViewReportsForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byopenfuture.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 $

Field Summary
private  java.lang.String author
           
private  java.lang.String doctor
           
private  java.lang.String fixed
           
private  java.lang.String queryString
           
private  java.lang.String rejected
           
private  java.lang.String reported
           
private  java.lang.String started
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reported

private java.lang.String reported

started

private java.lang.String started

fixed

private java.lang.String fixed

rejected

private java.lang.String rejected

queryString

private java.lang.String queryString

author

private java.lang.String author

doctor

private java.lang.String doctor
Constructor Detail

ViewReportsForm

public ViewReportsForm()
Method Detail

getReported

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


setReported

public void setReported(java.lang.String v)
Set the value of reported.


getStarted

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


setStarted

public void setStarted(java.lang.String v)
Set the value of started.


getFixed

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


setFixed

public void setFixed(java.lang.String v)
Set the value of fixed.


getRejected

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


setRejected

public void setRejected(java.lang.String v)
Set the value of rejected.


getQueryString

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


setQueryString

public void setQueryString(java.lang.String v)
Set the value of queryString.


getAuthor

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


setAuthor

public void setAuthor(java.lang.String v)
Set the value of author.


getDoctor

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


setDoctor

public void setDoctor(java.lang.String v)
Set the value of doctor.