com.actuate.activeportal.beans
Class CubeParam

java.lang.Object
  extended by com.actuate.activeportal.beans.CubeParam

public class CubeParam
extends java.lang.Object

This bean represents name-value pairs. This is used by AcViewCubeAction class.


Constructor Summary
CubeParam(java.lang.String name, java.lang.String value)
          This construct initializes a parameter object with the specified name and value
 
Method Summary
 java.lang.String getParamName()
          Returns the parameter name
 java.lang.String getParamValue()
          Returns the value of this parameter
 java.lang.String toString()
          Returns the parameter representation needed by the applet tag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CubeParam

public CubeParam(java.lang.String name,
                 java.lang.String value)
This construct initializes a parameter object with the specified name and value

Parameters:
name - The parameter name
value - The parameter value
Method Detail

toString

public java.lang.String toString()
Returns the parameter representation needed by the applet tag

Overrides:
toString in class java.lang.Object
Returns:
The parameter representation

getParamName

public java.lang.String getParamName()
Returns the parameter name

Returns:
The parameter name

getParamValue

public java.lang.String getParamValue()
Returns the value of this parameter

Returns:
The parameter value