Class BucketMemoryPropertySet

java.lang.Object
com.opensymphony.module.propertyset.AbstractPropertySet
com.opensymphony.module.propertyset.memory.MemoryPropertySet
bucket.user.propertyset.BucketMemoryPropertySet
All Implemented Interfaces:
com.opensymphony.module.propertyset.PropertySet

@Deprecated(forRemoval=true) public class BucketMemoryPropertySet extends com.opensymphony.module.propertyset.memory.MemoryPropertySet
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1, for removal in 11.0, no replacement.
Since:
9.3
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.opensymphony.module.propertyset.memory.MemoryPropertySet

    com.opensymphony.module.propertyset.memory.MemoryPropertySet.ValueEntry
  • Field Summary

    Fields inherited from class com.opensymphony.module.propertyset.AbstractPropertySet

    schema

    Fields inherited from interface com.opensymphony.module.propertyset.PropertySet

    BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Override consistent with BucketPropertySet.getText(String)
    void
    setText(String key, String value)
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from class com.opensymphony.module.propertyset.memory.MemoryPropertySet

    exists, get, getKeys, getMap, getType, init, remove, setImpl

    Methods inherited from class com.opensymphony.module.propertyset.AbstractPropertySet

    getAsActualType, getBoolean, getData, getDate, getDouble, getInt, getKeys, getKeys, getKeys, getLong, getObject, getProperties, getSchema, getString, getXML, isSettable, setAsActualType, setBoolean, setData, setDate, setDouble, setInt, setLong, setObject, setProperties, setSchema, setString, setXML, supportsType, supportsTypes, toString, type, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BucketMemoryPropertySet

      public BucketMemoryPropertySet()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setText

      public void setText(String key, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setText in interface com.opensymphony.module.propertyset.PropertySet
      Overrides:
      setText in class com.opensymphony.module.propertyset.AbstractPropertySet
    • getText

      public String getText(String key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Override consistent with BucketPropertySet.getText(String)
      Specified by:
      getText in interface com.opensymphony.module.propertyset.PropertySet
      Overrides:
      getText in class com.opensymphony.module.propertyset.AbstractPropertySet