Package bucket.user.propertyset
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
schemaFields inherited from interface com.opensymphony.module.propertyset.PropertySet
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Override consistent withBucketPropertySet.getText(String)voidDeprecated, for removal: This API element is subject to removal in a future version.Override consistent withBucketPropertySet.setText(String, String)Methods inherited from class com.opensymphony.module.propertyset.memory.MemoryPropertySet
exists, get, getKeys, getMap, getType, init, remove, setImplMethods 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
-
Constructor Details
-
BucketMemoryPropertySet
public BucketMemoryPropertySet()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setText
Deprecated, for removal: This API element is subject to removal in a future version.Override consistent withBucketPropertySet.setText(String, String)- Specified by:
setTextin interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
setTextin classcom.opensymphony.module.propertyset.AbstractPropertySet
-
getText
Deprecated, for removal: This API element is subject to removal in a future version.Override consistent withBucketPropertySet.getText(String)- Specified by:
getTextin interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
getTextin classcom.opensymphony.module.propertyset.AbstractPropertySet
-