Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects.atg
Class MockProfile  view MockProfile download MockProfile.java

java.lang.Object
  extended byatg.userprofiling.Profile
      extended bycom.mockobjects.atg.MockProfile

public class MockProfile
extends atg.userprofiling.Profile


Field Summary
private  java.util.Hashtable propertyValues
           
 
Constructor Summary
MockProfile()
          MockProfile constructor comment.
 
Method Summary
 java.lang.Object getPropertyValue(java.lang.String key)
          Insert the method's description here.
 void setupPropertyValue(java.lang.String key, java.lang.Object propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyValues

private java.util.Hashtable propertyValues
Constructor Detail

MockProfile

public MockProfile()
MockProfile constructor comment.

Method Detail

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.String key)
Insert the method's description here. Creation date: (09/04/2001 13:06:52)


setupPropertyValue

public void setupPropertyValue(java.lang.String key,
                               java.lang.Object propertyValue)