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.2 $
- 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()
setPropertySchema
public void setPropertySchema(java.lang.String key,
PropertySchema ps)
getPropertySchema
public PropertySchema getPropertySchema(java.lang.String key)
setRestricted
public void setRestricted(boolean b)
isRestricted
public boolean isRestricted()
addPropertySchema
public void addPropertySchema(PropertySchema ps)
|