java.lang.Object
org.apache.struts.action.ActionForm
com.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EntityBeanForm
public EntityBeanForm()
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.