public class CustomizableSmsOperationConfigurationDTO extends SmsOperationConfigurationDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,CustomizableSmsOperationConfigurationDTO> |
LOG_PLAIN_SMS |
ALIASES, CHANNEL_CONFIGURATION, ENABLED, HELP_MESSAGE, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
CustomizableSmsOperationConfigurationDTO() |
CustomizableSmsOperationConfigurationDTO(java.lang.Long id) |
CustomizableSmsOperationConfigurationDTO(Property<T,? super CustomizableSmsOperationConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isLogPlainSms() |
void |
setLogPlainSms(boolean logPlainSms) |
getAliases, 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.Boolean,CustomizableSmsOperationConfigurationDTO> LOG_PLAIN_SMS
public CustomizableSmsOperationConfigurationDTO()
public CustomizableSmsOperationConfigurationDTO(java.lang.Long id)
public CustomizableSmsOperationConfigurationDTO(Property<T,? super CustomizableSmsOperationConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SmsOperationConfigurationDTOpublic boolean isLogPlainSms()
public void setLogPlainSms(boolean logPlainSms)
public java.lang.String className()
className in class SmsOperationConfigurationDTO