org.japano.action
Class Bean

java.lang.Object
  extended by org.japano.action.Parametrized
      extended by 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 $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.japano.action.Parametrized
klass, parameters
 
Constructor Summary
Bean()
           
 
Method Summary
 java.lang.Object clone()
           
 ActionMapping getActionMapping()
           
 java.lang.String getMethod()
           
 java.lang.String getName()
           
 void setActionMapping(ActionMapping actionMapping)
           
 void setMethod(java.lang.String methodName)
          Sets the method this bean is fetched from.
 java.lang.String toString()
           
 
Methods inherited from class org.japano.action.Parametrized
addParameter, getParameter, getParameterCount, getParametrizedClass, parameters, removeParameter, setParametrizedClass
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bean

public Bean()
Method Detail

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