org.apache.cocoon.portal.tools.userManagement
Class ContextItem

java.lang.Object
  extended byorg.apache.cocoon.portal.tools.userManagement.ContextItem

public class ContextItem
extends Object

Capsule a key and its value of an user context

Version:
$Id: ContextItem.java 321068 2005-10-14 10:36:50Z cziegeler $

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

Constructor Detail

ContextItem

public ContextItem(String key,
                   String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.