org.mondemand

Class Context

Implemented Interfaces:
Serializable

public class Context
extends java.lang.Object
implements Serializable

Method Summary

String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)

Method Details

getKey

public String getKey()
Returns:
the key

getValue

public String getValue()
Returns:
the value

setKey

public void setKey(String key)
Parameters:
key - the key to set

setValue

public void setValue(String value)
Parameters:
value - the value to set