DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action.form
Class StaticRecordForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.schemedit.action.form.StaticRecordForm
All Implemented Interfaces:
Serializable

public final class StaticRecordForm
extends org.apache.struts.action.ActionForm
implements Serializable

Author:
Jonathan Ostwald
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
StaticRecordForm()
          Constructor for the StaticRecordForm object
 
Method Summary
 DocReader getAnnotatedItem()
           
 DocReader getDocReader()
          Gets the result attribute of the StaticRecordForm object
 MetaDataFramework getFramework()
          Gets the framework attribute of the SchemEditForm object
 String getId()
           
 ResultDoc getResult()
          Gets the result attribute of the StaticRecordForm object
protected static void prtln(String s)
          Output a line of text to standard out, with datestamp, if debug is set to true.
protected static void prtlnError(String s)
           
 void setAnnotatedItem(XMLDocReader annotatedItem)
           
static void setDebug(boolean db)
          Sets the debug attribute of the object
 void setFramework(MetaDataFramework framework)
          Sets the framework attribute of the SchemEditForm object
 void setId(String id)
           
 void setRequest(HttpServletRequest request)
          Sets the request attribute of the StaticRecordForm object.
 void setResult(ResultDoc resultDoc)
          Sets the result attribute of the StaticRecordForm 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

StaticRecordForm

public StaticRecordForm()
Constructor for the StaticRecordForm object

Method Detail

getId

public String getId()

setId

public void setId(String id)

setResult

public void setResult(ResultDoc resultDoc)
Sets the result attribute of the StaticRecordForm object

Parameters:
resultDoc - The new result value

getResult

public ResultDoc getResult()
Gets the result attribute of the StaticRecordForm object

Returns:
The result value

getDocReader

public DocReader getDocReader()
Gets the result attribute of the StaticRecordForm object

Returns:
The result value

getAnnotatedItem

public DocReader getAnnotatedItem()

setAnnotatedItem

public void setAnnotatedItem(XMLDocReader annotatedItem)

getFramework

public MetaDataFramework getFramework()
Gets the framework attribute of the SchemEditForm object

Returns:
The framework value

setFramework

public void setFramework(MetaDataFramework framework)
Sets the framework attribute of the SchemEditForm object

Parameters:
framework - The new framework value

setRequest

public void setRequest(HttpServletRequest request)
Sets the request attribute of the StaticRecordForm object.

Parameters:
request - The new request value

prtln

protected static void prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true.

Parameters:
s - The String that will be output.

prtlnError

protected static void prtlnError(String s)

setDebug

public static void setDebug(boolean db)
Sets the debug attribute of the object

Parameters:
db - The new debug value

DLESE Tools
v1.6.0