| java.lang.Object com.sun.portal.community.mc.ConfigTable
ConfigTable | public class ConfigTable (Code) | | Provides a map-like interface to get and set per-community, per-role
configuration.
|
Inner Class :public static class ConfigKey implements Comparable | |
ConfigTable | public ConfigTable()(Code) | | |
ConfigTable | public ConfigTable(Map table)(Code) | | |
equals | public boolean equals(Object o)(Code) | | Is this object equal to another?
a boolean , true if:- The objects are the same type
- The tables have the same keys
- The value for each common key is equal
Otherwise, false . |
getConfigKeys | public Set getConfigKeys()(Code) | | |
hashCode | public int hashCode()(Code) | | |
remove | public void remove(ConfigKey ck)(Code) | | |
toString | public String toString()(Code) | | Get a string representation of this object.
For debugging purposes only.
|
|
|