Class SQLContainerPropertySetItem

Object
PropertysetItem
SQLContainerPropertySetItem
All Implemented Interfaces:
Item, Item.PropertySetChangeNotifier, Serializable, Cloneable

public class SQLContainerPropertySetItem extends PropertysetItem
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Item

    Item.Editor, Item.PropertySetChangeListener, Item.PropertySetChangeNotifier, Item.Viewer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    addItemProperty(Object id, Property property)
     
    Property
     

    Methods inherited from class PropertysetItem

    addListener, addPropertySetChangeListener, clone, equals, getItemPropertyIds, getListeners, hashCode, removeItemProperty, removeListener, removePropertySetChangeListener, toString

    Methods inherited from class Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SQLContainerPropertySetItem

      public SQLContainerPropertySetItem()
  • Method Details

    • getItemProperty

      public Property getItemProperty(Object id)
      Specified by:
      getItemProperty in interface Item
      Overrides:
      getItemProperty in class PropertysetItem
    • addItemProperty

      public boolean addItemProperty(Object id, Property property)
      Specified by:
      addItemProperty in interface Item
      Overrides:
      addItemProperty in class PropertysetItem