Class SimpleProperty

java.lang.Object
org.nuxeo.ecm.core.storage.sql.BaseProperty
org.nuxeo.ecm.core.storage.sql.SimpleProperty

public class SimpleProperty extends BaseProperty
A SimpleProperty gives access to a scalar value stored in an underlying SimpleFragment.
Author:
Florent Guillaume
  • 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

      public Serializable getValue()
    • getString

      public String getString()
    • getLong

      public Long getLong()
    • setValue

      public void setValue(Object value)