public class SimpleProperty extends BaseProperty
SimpleFragment
.type
Constructor and Description |
---|
SimpleProperty(String name,
PropertyType type,
boolean readonly,
SimpleFragment fragment,
String key)
Creates a SimpleProperty, with specific info about row and key.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLong() |
String |
getString() |
Serializable |
getValue() |
void |
setValue(Serializable value) |
getName, refresh, remove, save
public SimpleProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key)
public Serializable getValue() throws StorageException
StorageException
public String getString() throws StorageException
StorageException
public Long getLong() throws StorageException
StorageException
public void setValue(Serializable value) throws StorageException
StorageException
Copyright © 2015 Nuxeo SA. All rights reserved.