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.
- Author:
- Probst
- See Also:
- Serialized Form
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, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
- Overrides:
reset
in class org.apache.struts.action.ActionForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
Copyright © 2002 counterclaim.com. All Rights Reserved.