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

Quick Search    Search Deep

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

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

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

Bean for new bug reports.

Created: Fri Jan 12 08:03:06 2001

Version:
$Revision: 1.4 $

Field Summary
(package private)  org.apache.struts.upload.FormFile attachment
           
(package private)  java.lang.String description
           
(package private)  java.lang.String errorLevel
           
(package private)  java.lang.String groupid
           
(package private)  java.lang.String packageName
           
(package private)  java.lang.String title
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewBugReportForm()
          Creates a new NewBugReportForm instance.
 
Method Summary
 org.apache.struts.upload.FormFile getAttachment()
          Get the value of attachment.
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getErrorLevel()
          Get the value of errorLevel.
 java.lang.String getGroupid()
          Get the value of groupid.
 java.lang.String getPackageName()
          Get the value of packageName.
 java.lang.String getTitle()
          Get the value of title.
 void setAttachment(org.apache.struts.upload.FormFile v)
          Set the value of attachment.
 void setDescription(java.lang.String v)
          Set the value of description.
 void setErrorLevel(java.lang.String v)
          Set the value of errorLevel.
 void setGroupid(java.lang.String v)
          Set the value of groupid.
 void setPackageName(java.lang.String v)
          Set the value of packageName.
 void setTitle(java.lang.String v)
          Set the value of title.
 java.lang.String[] validate()
          Check, if all mandatory fields are set.
 
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

groupid

java.lang.String groupid

title

java.lang.String title

description

java.lang.String description

packageName

java.lang.String packageName

errorLevel

java.lang.String errorLevel

attachment

org.apache.struts.upload.FormFile attachment
Constructor Detail

NewBugReportForm

public NewBugReportForm()
Creates a new NewBugReportForm instance. The error level is set to disturbing 55

Method Detail

getTitle

public java.lang.String getTitle()
Get the value of title.


setTitle

public void setTitle(java.lang.String v)
Set the value of title.


getDescription

public java.lang.String getDescription()
Get the value of description.


setDescription

public void setDescription(java.lang.String v)
Set the value of description.


getPackageName

public java.lang.String getPackageName()
Get the value of packageName.


setPackageName

public void setPackageName(java.lang.String v)
Set the value of packageName.


getErrorLevel

public java.lang.String getErrorLevel()
Get the value of errorLevel.


setErrorLevel

public void setErrorLevel(java.lang.String v)
Set the value of errorLevel.


getGroupid

public java.lang.String getGroupid()
Get the value of groupid.


setGroupid

public void setGroupid(java.lang.String v)
Set the value of groupid.


getAttachment

public org.apache.struts.upload.FormFile getAttachment()
Get the value of attachment.


setAttachment

public void setAttachment(org.apache.struts.upload.FormFile v)
Set the value of attachment.


validate

public java.lang.String[] validate()
Check, if all mandatory fields are set. All fields are mandatory except for attachment.