|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.services.dds.action.form.DDSRSS20Form
public class DDSRSS20Form
A ActionForm bean that holds data for DDS RSS requests
DDSRSS20Action
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DDSRSS20Form()
Constructor for the DDSRSS20Form object |
Method Summary | |
---|---|
protected static String |
getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
String |
getErrorMsg()
Gets the error message or null if there was no error |
int |
getNumResults()
Gets the number of matching results. |
ResultDocList |
getResults()
Gets the results attribute of the DDSRSS20Form object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
protected void |
prtlnErr(String s)
Output a line of text to error out, with datestamp. |
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setErrorMsg(String message)
Sets the error message |
void |
setResults(ResultDocList results)
Sets the results attribute of the DDSRSS20Form object |
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 DDSRSS20Form()
Method Detail |
---|
public ResultDocList getResults()
public void setResults(ResultDocList results)
results
- The new results valuepublic int getNumResults()
public String getErrorMsg()
public void setErrorMsg(String message)
message
- The new errorMsg valueprotected static final String getDs()
protected final void prtlnErr(String s)
s
- The text that will be output to error out.protected final void prtln(String s)
s
- The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |