Package com.netscape.cms.profile.common
Class ProfileContext
- java.lang.Object
-
- com.netscape.cms.profile.common.ProfileContext
-
- All Implemented Interfaces:
IProfileContext
public class ProfileContext extends java.lang.Object implements IProfileContext
This class implements the profile context.- Version:
- $Revision$, $Date$
-
-
Constructor Summary
Constructors Constructor Description ProfileContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(java.lang.String name)
Retrieves a value from the context.void
set(java.lang.String name, java.lang.String value)
Sets a value into the context.
-
-
-
Method Detail
-
set
public void set(java.lang.String name, java.lang.String value)
Description copied from interface:IProfileContext
Sets a value into the context.- Specified by:
set
in interfaceIProfileContext
- Parameters:
name
- property namevalue
- property value
-
get
public java.lang.String get(java.lang.String name)
Description copied from interface:IProfileContext
Retrieves a value from the context.- Specified by:
get
in interfaceIProfileContext
- Parameters:
name
- property name- Returns:
- property value
-
-