Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.form
Class EntityBeanForm  view EntityBeanForm download EntityBeanForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.RuntimeCollective.webapps.form.EntityBeanForm
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddressForm, BeanLinksForm, EntityBeanPairForm

public class EntityBeanForm
extends org.apache.struts.action.ActionForm

A form for holding the ID of an arbitrary EntityBean

Version:
$Id: EntityBeanForm.java,v 1.4 2003/09/30 15:13:13 joe Exp $

Field Summary
protected  java.lang.String action
          May be useful to use an action, to use this form to do something in particular
protected  int id
          The id of this EntityBean
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EntityBeanForm()
           
 
Method Summary
 java.lang.String getFormAction()
          Get the form's action
 int getId()
          Get the id of this EntityBean
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to default values.
 void setFormAction(java.lang.String action)
          Set the form's action
 void setId(int id)
          Set the id of this EntityBean
 
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

id

protected int id
The id of this EntityBean


action

protected java.lang.String action
May be useful to use an action, to use this form to do something in particular

Constructor Detail

EntityBeanForm

public EntityBeanForm()
Method Detail

getId

public int getId()
Get the id of this EntityBean


setId

public void setId(int id)
Set the id of this EntityBean


getFormAction

public java.lang.String getFormAction()
Get the form's action


setFormAction

public void setFormAction(java.lang.String action)
Set the form's action


reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset all properties to default values.