|
|||||||||
| 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.BugReportForm
Bean for bug reports.
Created: Fri Jan 12 08:03:06 2001
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
BugReportForm()
Creates a BugReportForm instance.
|
|
| Method Summary | |
java.lang.String |
getAttachmentPath()
Get the value of attachmentPath. |
java.util.Date |
getDateFixed()
Get the value of dateFixed. |
java.util.Date |
getDateRejected()
Get the value of dateRejected. |
java.util.Date |
getDateReported()
Get the value of dateReported. |
java.util.Date |
getDateStarted()
Get the value of dateStarted. |
java.lang.String |
getDescription()
Get the value of description. |
java.lang.String |
getErrorLevel()
Get the value of errorLevel. |
java.lang.String |
getErrorLevelText()
Get the textual description of the error level. |
java.lang.String |
getFilename()
Get the value of filename. |
java.lang.String |
getGroupid()
Get the value of groupid. |
java.lang.String |
getId()
Get the value of id. |
MasterDataProvider |
getMasterDataProvider()
Get the value of masterDataProvider. |
java.lang.String |
getPackageName()
Get the value of packageName. |
java.lang.String |
getStatus()
Get the value of status. |
java.lang.String |
getStatusText()
Derive the status from the date fields. |
java.lang.String |
getTitle()
Get the value of title. |
void |
setAttachmentPath(java.lang.String v)
Set the value of attachmentPath. |
void |
setBugReport(BugReport report)
Convenience method setting all properties from a given bug report. |
void |
setDateFixed(java.util.Date v)
Set the value of dateFixed. |
void |
setDateRejected(java.util.Date v)
Set the value of dateRejected. |
void |
setDateReported(java.util.Date v)
Set the value of dateReported. |
void |
setDateStarted(java.util.Date v)
Set the value of dateStarted. |
void |
setDescription(java.lang.String v)
Set the value of description. |
void |
setErrorLevel(java.lang.String v)
Set the value of errorLevel. |
void |
setFilename(java.lang.String v)
Set the value of filename. |
void |
setGroupid(java.lang.String v)
Set the value of groupid. |
void |
setId(java.lang.String v)
Set the value of id. |
void |
setMasterDataProvider(MasterDataProvider v)
Set the value of masterDataProvider. |
void |
setPackageName(java.lang.String v)
Set the value of packageName. |
void |
setStatus(java.lang.String v)
Set the value of status. |
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 BugReportForm()
BugReportForm instance.
The error level is set to
disturbing| Method Detail |
public java.lang.String getId()
public void setId(java.lang.String v)
v - Value to assign to id.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 java.lang.String getErrorLevelText()
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 java.lang.String getFilename()
public void setFilename(java.lang.String v)
v - Value to assign to filename.public java.lang.String getAttachmentPath()
public void setAttachmentPath(java.lang.String v)
v - Value to assign to attachmentPath.public java.util.Date getDateReported()
public void setDateReported(java.util.Date v)
v - Value to assign to dateReported.public java.util.Date getDateStarted()
public void setDateStarted(java.util.Date v)
v - Value to assign to dateStarted.public java.util.Date getDateFixed()
public void setDateFixed(java.util.Date v)
v - Value to assign to dateFixed.public java.util.Date getDateRejected()
public void setDateRejected(java.util.Date v)
v - Value to assign to dateRejected.public java.lang.String getStatus()
public void setStatus(java.lang.String v)
v - Value to assign to status.public java.lang.String getStatusText()
public MasterDataProvider getMasterDataProvider()
public void setMasterDataProvider(MasterDataProvider v)
v - Value to assign to masterDataProvider.public void setBugReport(BugReport report)
report - the bug report
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
filename.validate in class org.apache.struts.action.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||