com.counterclaim.openefm.admin.forms
Class ViewLxmlForm
java.lang.Object
org.apache.struts.action.ActionForm
com.counterclaim.openefm.admin.forms.BaseForm
com.counterclaim.openefm.admin.forms.ViewLxmlForm
- All Implemented Interfaces:
- java.io.Serializable
- public final class ViewLxmlForm
- extends BaseForm
Form bean for ViewLxmlAction.
This form has the following fields, with default values in square brackets:
- id - The Filing Id to act upon.
- docId - The Filing Id to act upon.
- See Also:
- Serialized Form
-

|
Field Summary |
private java.lang.String |
id
|
private static org.apache.log4j.Logger |
log
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
|
Method Summary |
java.lang.String |
getId()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
RESET all properties to their default values. |
void |
setId(java.lang.String id)
|
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.log4j.Logger log
id
private java.lang.String id
ViewLxmlForm
public ViewLxmlForm()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- RESET all properties to their default values.
- Parameters:
mapping - The mapping used to select this instancerequest - The servlet request we are processing
Copyright © 2002 counterclaim.com. All Rights Reserved.