public interface SendableEntityCreator
| 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.
|
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