|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--openfuture.bugbase.forms.NewBugReportForm
Bean for new bug reports.
Created: Fri Jan 12 08:03:06 2001
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
NewBugReportForm()
Creates a new NewBugReportForm instance.
|
|
| Method Summary | |
static java.lang.String |
clear(java.lang.String text)
Remove leading linefeeds from the given text. |
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. |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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 |
| Constructor Detail |
public NewBugReportForm()
NewBugReportForm instance.
The error level is set to
disturbing| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v - Value to assign to title.public java.lang.String getDescription()
public void setDescription(java.lang.String v)
v - Value to assign to description.public java.lang.String getPackageName()
public void setPackageName(java.lang.String v)
v - Value to assign to packageName.public java.lang.String getErrorLevel()
public void setErrorLevel(java.lang.String v)
v - Value to assign to errorLevel.public java.lang.String getGroupid()
public void setGroupid(java.lang.String v)
v - Value to assign to groupid.public org.apache.struts.upload.FormFile getAttachment()
public void setAttachment(org.apache.struts.upload.FormFile v)
v - Value to assign to attachment.
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
attachment.validate in class org.apache.struts.action.ActionFormmapping - an ActionMapping valuerequest - a HttpServletRequest valuepublic static java.lang.String clear(java.lang.String text)
text - text to be cleared
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||