org.mondemand
Class Context

java.lang.Object
  extended by org.mondemand.Context
All Implemented Interfaces:
Serializable

public class Context
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Context()
           
Context(String k, String v)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()

Context

public Context(String k,
               String v)
Method Detail

getKey

public String getKey()
Returns:
the key

setKey

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

getValue

public String getValue()
Returns:
the value

setValue

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


Copyright © 2012. All Rights Reserved.