|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.actuate.activeportal.beans.CubeParam
public class CubeParam
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 |
---|
public CubeParam(java.lang.String name, java.lang.String value)
name
- The parameter namevalue
- The parameter valueMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getParamName()
public java.lang.String getParamValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |