public class CustomSmsOperationConfigurationDTO extends CustomizableSmsOperationConfigurationDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<SmsOperationExecution,CustomSmsOperationConfigurationDTO> |
OPERATION_EXECUTION |
static BasicProperty<CustomScriptVO,CustomSmsOperationConfigurationDTO> |
SCRIPT |
static BasicProperty<java.lang.String,CustomSmsOperationConfigurationDTO> |
SCRIPT_PARAMETERS |
LOG_PLAIN_SMSALIASES, CHANNEL_CONFIGURATION, ENABLED, HELP_MESSAGE, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
CustomSmsOperationConfigurationDTO() |
CustomSmsOperationConfigurationDTO(java.lang.Long id) |
CustomSmsOperationConfigurationDTO(Property<T,? super CustomSmsOperationConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
SmsOperationExecution |
getOperationExecution() |
CustomScriptVO |
getScript() |
java.lang.String |
getScriptParameters() |
void |
setOperationExecution(SmsOperationExecution operationExecution) |
void |
setScript(CustomScriptVO script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
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<SmsOperationExecution,CustomSmsOperationConfigurationDTO> OPERATION_EXECUTION
public static final BasicProperty<CustomScriptVO,CustomSmsOperationConfigurationDTO> SCRIPT
public static final BasicProperty<java.lang.String,CustomSmsOperationConfigurationDTO> SCRIPT_PARAMETERS
public CustomSmsOperationConfigurationDTO()
public CustomSmsOperationConfigurationDTO(java.lang.Long id)
public CustomSmsOperationConfigurationDTO(Property<T,? super CustomSmsOperationConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomizableSmsOperationConfigurationDTOpublic SmsOperationExecution getOperationExecution()
public void setOperationExecution(SmsOperationExecution operationExecution)
public CustomScriptVO getScript()
public void setScript(CustomScriptVO script)
public java.lang.String getScriptParameters()
public void setScriptParameters(java.lang.String scriptParameters)
public java.lang.String className()
className in class CustomizableSmsOperationConfigurationDTO