planetj.dataengine
Class UserProperties

java.lang.Object
  |
  +--planetj.dataengine.UserProperties
All Implemented Interfaces:
Serializable

public class UserProperties
extends Object
implements Serializable

Author:
PlanetJ Corporation !!A WK (12/18/2002 12:32:10 PM) - should be a properties group class
See Also:
Serialized Form

Field Summary
static String className
           
 
Constructor Summary
UserProperties()
           
 
Method Summary
 Object getProperty(String pPropertyKey)
           
 String getPropertyAsString(String pPropertyKey)
           
 boolean isProperty(String pPropertyKey)
           
 void setProperty(String pPropertyKey, boolean pValue)
           
 void setProperty(String pPropertyKey, Object pValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public static final String className
Constructor Detail

UserProperties

public UserProperties()
Method Detail

getProperty

public Object getProperty(String pPropertyKey)

getPropertyAsString

public String getPropertyAsString(String pPropertyKey)

isProperty

public boolean isProperty(String pPropertyKey)

setProperty

public void setProperty(String pPropertyKey,
                        Object pValue)
Parameters:
pValue - boolean to set property value as

setProperty

public void setProperty(String pPropertyKey,
                        boolean pValue)