com.counterclaim.openefm.admin.forms
Class ViewLxmlForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.counterclaim.openefm.admin.forms.BaseForm
          extended bycom.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:

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
 
Constructor Summary
ViewLxmlForm()
           
 
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
 

Field Detail

log

private static org.apache.log4j.Logger log

id

private java.lang.String id
Constructor Detail

ViewLxmlForm

public ViewLxmlForm()
Method Detail

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 instance
request - The servlet request we are processing


Copyright © 2002 counterclaim.com. All Rights Reserved.