public class BasicMessageCreator extends java.lang.Object implements SendableEntityCreatorTag
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANSWER_OF_EVERYTHING
The properties.
|
protected java.lang.String[] |
properties |
| Constructor and Description |
|---|
BasicMessageCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getProperties()
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean reference)
Gets the sendable instance.
|
java.lang.String |
getTag()
Gets the tag of the XML Entity.
|
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 ANSWER_OF_EVERYTHING
protected final java.lang.String[] properties
public java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean reference)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorreference - the prototyppublic java.lang.String getTag()
SendableEntityCreatorTaggetTag in interface SendableEntityCreatorTagpublic 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