com.netscape.cms.profile.common
Class ProfileContext

java.lang.Object
  extended by com.netscape.cms.profile.common.ProfileContext
All Implemented Interfaces:
IProfileContext
Direct Known Subclasses:
EnrollProfileContext

public class ProfileContext
extends java.lang.Object
implements IProfileContext

This class implements the profile context.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Constructor Summary
ProfileContext()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileContext

public ProfileContext()
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 interface IProfileContext
Parameters:
name - property name
value - 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 interface IProfileContext
Parameters:
name - property name
Returns:
property value