SendableEntityCreator, SendableEntityCreatorNoIndexpublic class DateCreator extends java.lang.Object implements SendableEntityCreatorNoIndex
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
VALUE |
The Constant VALUE.
|
NEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor | Description |
|---|---|
DateCreator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getProperties() |
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean reference) |
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 typ) |
Sets the value.
|
public static final java.lang.String VALUE
public java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean reference)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorreference - the prototyppublic java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
SendableEntityCreatorgetValue in interface SendableEntityCreatorentity - the entityattribute - the attributepublic boolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String typ)
SendableEntityCreatorsetValue in interface SendableEntityCreatorentity - the entityattribute - the attributevalue - the valuetyp - edit, update or remove operation