public class TextSmsOperationConfigurationDTO extends CustomizableSmsOperationConfigurationDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,TextSmsOperationConfigurationDTO> |
TEXT |
LOG_PLAIN_SMSALIASES, CHANNEL_CONFIGURATION, ENABLED, HELP_MESSAGE, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
TextSmsOperationConfigurationDTO() |
TextSmsOperationConfigurationDTO(java.lang.Long id) |
TextSmsOperationConfigurationDTO(Property<T,? super TextSmsOperationConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getText() |
void |
setText(java.lang.String text) |
isLogPlainSms, setLogPlainSmsgetAliases, getChannelConfiguration, getHelpMessage, getNature, isEnabled, setAliases, setChannelConfiguration, setEnabled, setHelpMessage, setNaturegetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,TextSmsOperationConfigurationDTO> TEXT
public TextSmsOperationConfigurationDTO()
public TextSmsOperationConfigurationDTO(java.lang.Long id)
public TextSmsOperationConfigurationDTO(Property<T,? super TextSmsOperationConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomizableSmsOperationConfigurationDTOpublic java.lang.String getText()
public void setText(java.lang.String text)
public java.lang.String className()
className in class CustomizableSmsOperationConfigurationDTO