Skip navigation links
com.essbase.eas.utils
Class PropertyManagerEntry
java.lang.Object
com.essbase.eas.utils.PropertyManagerEntry
-
public class PropertyManagerEntry
- extends java.lang.Object
Implements an entry for the property manager collection. Even though this class is declared public, its use is reserved to the PropertyManager class. Notes:
- Version:
- 1.00, 10/25/2000
- Author:
- Hank Cox
Constructor Summary |
PropertyManagerEntry(java.lang.String category, java.lang.String key, boolean readOnly)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyManagerEntry
public PropertyManagerEntry(java.lang.String category,
java.lang.String key,
boolean readOnly)
load
public boolean load()
save
public boolean save()
getFile
public java.lang.String getFile()
getKey
public java.lang.String getKey()
getCategory
public java.lang.String getCategory()
getReadOnly
public boolean getReadOnly()
getProperties
public java.util.Properties getProperties()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.