com.opensymphony.module.propertyset
Class PropertySetSchema
java.lang.Object
|
+--com.opensymphony.module.propertyset.PropertySetSchema
- All Implemented Interfaces:
- java.io.Serializable
- public class PropertySetSchema
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.5 $
- Author:
- Hani Suleiman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetSchema
public PropertySetSchema()
setRestricted
public void setRestricted(boolean b)
isRestricted
public boolean isRestricted()
getPropertySchema
public PropertySchema getPropertySchema(java.lang.String key)
addPropertySchema
public void addPropertySchema(PropertySchema ps)
setPropertySchema
public void setPropertySchema(java.lang.String key,
PropertySchema ps)