public class OutboundSmsConfigurationDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,OutboundSmsConfigurationDTO> |
ASCII_ONLY |
static Property<java.lang.Boolean,OutboundSmsConfigurationDTO> |
ENABLED |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
ENCODING |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
GATEWAY_URL |
static Property<java.lang.Integer,OutboundSmsConfigurationDTO> |
MAX_MESSAGES_PER_MONTH |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
PASSWORD |
static Property<java.lang.Boolean,OutboundSmsConfigurationDTO> |
PASSWORD_SET |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
POST_BODY |
static Property<SmsRequestType,OutboundSmsConfigurationDTO> |
REQUEST_TYPE |
static Property<CustomScriptVO,OutboundSmsConfigurationDTO> |
SCRIPT |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
SCRIPT_PARAMETERS |
static Property<java.lang.String,OutboundSmsConfigurationDTO> |
USERNAME |
| Constructor and Description |
|---|
OutboundSmsConfigurationDTO() |
OutboundSmsConfigurationDTO(Property<T,? super OutboundSmsConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getEncoding() |
java.lang.String |
getGatewayUrl() |
java.lang.Integer |
getMaxMessagesPerMonth() |
java.lang.String |
getPassword() |
java.lang.String |
getPostBody() |
SmsRequestType |
getRequestType() |
CustomScriptVO |
getScript() |
java.lang.String |
getScriptParameters() |
java.lang.String |
getUsername() |
boolean |
isAsciiOnly() |
boolean |
isEnabled() |
boolean |
isPasswordSet() |
void |
setAsciiOnly(boolean asciiOnly) |
void |
setEnabled(boolean enabled) |
void |
setEncoding(java.lang.String encoding) |
void |
setGatewayUrl(java.lang.String gatewayUrl) |
void |
setMaxMessagesPerMonth(java.lang.Integer maxMessagesPerMonth) |
void |
setPassword(java.lang.String password) |
void |
setPasswordSet(boolean passwordSet) |
void |
setPostBody(java.lang.String postBody) |
void |
setRequestType(SmsRequestType requestType) |
void |
setScript(CustomScriptVO script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
void |
setUsername(java.lang.String username) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,OutboundSmsConfigurationDTO> ASCII_ONLY
public static final Property<java.lang.Boolean,OutboundSmsConfigurationDTO> ENABLED
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> ENCODING
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> GATEWAY_URL
public static final Property<java.lang.Integer,OutboundSmsConfigurationDTO> MAX_MESSAGES_PER_MONTH
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> PASSWORD
public static final Property<java.lang.Boolean,OutboundSmsConfigurationDTO> PASSWORD_SET
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> POST_BODY
public static final Property<SmsRequestType,OutboundSmsConfigurationDTO> REQUEST_TYPE
public static final Property<CustomScriptVO,OutboundSmsConfigurationDTO> SCRIPT
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> SCRIPT_PARAMETERS
public static final Property<java.lang.String,OutboundSmsConfigurationDTO> USERNAME
public OutboundSmsConfigurationDTO()
public OutboundSmsConfigurationDTO(Property<T,? super OutboundSmsConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic boolean isAsciiOnly()
public boolean isEnabled()
public java.lang.String getEncoding()
public java.lang.String getGatewayUrl()
public java.lang.Integer getMaxMessagesPerMonth()
public java.lang.String getPassword()
public boolean isPasswordSet()
public java.lang.String getPostBody()
public SmsRequestType getRequestType()
public CustomScriptVO getScript()
public java.lang.String getScriptParameters()
public java.lang.String getUsername()
public void setAsciiOnly(boolean asciiOnly)
public void setEnabled(boolean enabled)
public void setEncoding(java.lang.String encoding)
public void setGatewayUrl(java.lang.String gatewayUrl)
public void setMaxMessagesPerMonth(java.lang.Integer maxMessagesPerMonth)
public void setPassword(java.lang.String password)
public void setPasswordSet(boolean passwordSet)
public void setPostBody(java.lang.String postBody)
public void setRequestType(SmsRequestType requestType)
public void setScript(CustomScriptVO script)
public void setScriptParameters(java.lang.String scriptParameters)
public void setUsername(java.lang.String username)