objectivehtml.struts
Class MethodParam

java.lang.Object
  |
  +--objectivehtml.struts.MethodParam

public class MethodParam
extends java.lang.Object

This class the details for the method parameter.


Field Summary
static java.lang.String REQUEST_OBJ_TYPE
          The request object type
static java.lang.String REQUEST_PARAM_TYPE
          The request param type
static java.lang.String SESSION_PARAM_TYPE
          The session param type
 
Constructor Summary
MethodParam()
           
 
Method Summary
 java.lang.String getType()
          Gets the type of the parameter.
 java.lang.String getValue()
          Gets the value of the parameter.
 void setType(java.lang.String sType)
          Sets the type of the parameter.
 void setValue(java.lang.String sValue)
          Sets the value of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAM_TYPE

public static final java.lang.String REQUEST_PARAM_TYPE
The request param type

SESSION_PARAM_TYPE

public static final java.lang.String SESSION_PARAM_TYPE
The session param type

REQUEST_OBJ_TYPE

public static final java.lang.String REQUEST_OBJ_TYPE
The request object type
Constructor Detail

MethodParam

public MethodParam()
Method Detail

setType

public void setType(java.lang.String sType)
Sets the type of the parameter.
Parameters:
sType - the type of the parameter

getType

public java.lang.String getType()
Gets the type of the parameter.
Returns:
the type of the parameter

setValue

public void setValue(java.lang.String sValue)
Sets the value of the parameter.
Parameters:
sValue - the value of the parameter

getValue

public java.lang.String getValue()
Gets the value of the parameter.
Returns:
the value of the parameter