org.apache.beehive.netui.tools.tld
Class JspTaglibSubTask.ContextParam

Object
  extended by JspTaglibSubTask.ContextParam
All Implemented Interfaces:
Serializable
Enclosing class:
JspTaglibSubTask

public static class JspTaglibSubTask.ContextParam
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JspTaglibSubTask.ContextParam()
           
 
Method Summary
 String getDescription()
          Gets the Description attribute of the ContextParam object
 String getName()
          Gets the Name attribute of the ContextParam object
 String getValue()
          Gets the Value attribute of the ContextParam object
 void setDescription(String desc)
          Sets the Description attribute of the ContextParam object
 void setName(String name)
          Sets the Name attribute of the ContextParam object
 void setValue(String value)
          Sets the Value attribute of the ContextParam object
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTaglibSubTask.ContextParam

public JspTaglibSubTask.ContextParam()
Method Detail

getName

public String getName()
Gets the Name attribute of the ContextParam object

Returns:
The Name value

getValue

public String getValue()
Gets the Value attribute of the ContextParam object

Returns:
The Value value

getDescription

public String getDescription()
Gets the Description attribute of the ContextParam object

Returns:
The Description value

setName

public void setName(String name)
Sets the Name attribute of the ContextParam object

Parameters:
name - The new Name value

setValue

public void setValue(String value)
Sets the Value attribute of the ContextParam object

Parameters:
value - The new Value value

setDescription

public void setDescription(String desc)
Sets the Description attribute of the ContextParam object

Parameters:
desc - The new Description value