org.japano.action
Class Bean
java.lang.Object
org.japano.action.Parametrized
org.japano.action.Bean
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Bean
- extends Parametrized
- implements java.io.Serializable, java.lang.Cloneable
A java bean which is nested in an action.
- Version:
- $Id: Bean.java,v 1.4 2005/09/27 21:30:50 fforw Exp $
- Author:
- Sven Helmberger ( sven dot helmberger at gmx dot de )
- See Also:
- Serialized Form
Constructor Summary |
Bean()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Bean
public Bean()
setMethod
public void setMethod(java.lang.String methodName)
- Sets the method this bean is fetched from.
- Parameters:
methodName
- method name
getMethod
public java.lang.String getMethod()
getName
public java.lang.String getName()
getActionMapping
public ActionMapping getActionMapping()
- Specified by:
getActionMapping
in class Parametrized
setActionMapping
public void setActionMapping(ActionMapping actionMapping)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object