Package org.nuxeo.ecm.core.storage.sql
Class SimpleProperty
java.lang.Object
org.nuxeo.ecm.core.storage.sql.BaseProperty
org.nuxeo.ecm.core.storage.sql.SimpleProperty
A SimpleProperty gives access to a scalar value stored in an underlying
SimpleFragment
.- Author:
- Florent Guillaume
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.storage.sql.BaseProperty
name, type
-
Constructor Summary
ConstructorDescriptionSimpleProperty
(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key) Creates a SimpleProperty, with specific info about row and key. -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.storage.sql.BaseProperty
checkWritable, getName, refresh, remove, save
-
Constructor Details
-
SimpleProperty
public SimpleProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key) Creates a SimpleProperty, with specific info about row and key.
-
-
Method Details
-
getValue
-
getString
-
getLong
-
setValue
-