public interface SendableEntityCreator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEW
The Constant NEW.
|
static java.lang.String |
REMOVE
The Constant REMOVE.
|
static java.lang.String |
UPDATE
The Constant UPDATE.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getProperties()
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean prototyp)
Gets the sendable instance.
|
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute)
Gets the value.
|
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
Sets the value.
|
static final java.lang.String REMOVE
static final java.lang.String UPDATE
static final java.lang.String NEW
java.lang.String[] getProperties()
java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
entity - the entityattribute - the attributeboolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
entity - the entityattribute - the attributevalue - the valuetype - edit, update or remove operationjava.lang.Object getSendableInstance(boolean prototyp)
prototyp - the prototyp