PropertySetImpl Class

com.bea.content.manager.propertysets
PropertySetImpl Class

public class PropertySetImpl

    extends AbstractPropertySet

PropertyDefinitionImpl.java


Hierarchy
Object
  AbstractPropertySet
    PropertySetImpl
All Implemented Interfaces

PropertySet, Serializable

Constructor Summary

PropertySetImpl(String type, String name, String desc)

Constructor.
 

Method Summary

 
Methods from  com.bea.p13n.property.AbstractPropertySet
addPropertyDefinition, getDescription, getName, getPropertyDefinition, getPropertyDefinitions, getType, setDescription, setName, setType
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.property.PropertySet
getDescription, getName, getPropertyDefinition, getPropertyDefinitions, getType
 

Constructor Detail

PropertySetImpl

public PropertySetImpl(String type, 
                       String name, 
                       String desc)
Constructor.