public class SmtpConfigurationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,SmtpConfigurationDTO> |
FROM_ADDRESS |
static BasicProperty<java.lang.String,SmtpConfigurationDTO> |
HOST |
static BasicProperty<java.lang.String,SmtpConfigurationDTO> |
PASSWORD |
static BasicProperty<java.lang.Boolean,SmtpConfigurationDTO> |
PASSWORD_SET |
static BasicProperty<java.lang.Integer,SmtpConfigurationDTO> |
PORT |
static BasicProperty<SmtpSecurity,SmtpConfigurationDTO> |
SECURITY |
static BasicProperty<java.lang.String,SmtpConfigurationDTO> |
USER |
| Constructor and Description |
|---|
SmtpConfigurationDTO() |
SmtpConfigurationDTO(Property<T,? super SmtpConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getFromAddress() |
java.lang.String |
getHost() |
java.lang.String |
getPassword() |
java.lang.Integer |
getPort() |
SmtpSecurity |
getSecurity() |
java.lang.String |
getUser() |
boolean |
isPasswordSet() |
void |
setFromAddress(java.lang.String fromAddress) |
void |
setHost(java.lang.String host) |
void |
setPassword(java.lang.String password) |
void |
setPasswordSet(boolean passwordSet) |
void |
setPort(java.lang.Integer port) |
void |
setSecurity(SmtpSecurity security) |
void |
setUser(java.lang.String user) |
addPropertyChangeListener, 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,SmtpConfigurationDTO> FROM_ADDRESS
public static final BasicProperty<java.lang.String,SmtpConfigurationDTO> HOST
public static final BasicProperty<java.lang.String,SmtpConfigurationDTO> PASSWORD
public static final BasicProperty<java.lang.Boolean,SmtpConfigurationDTO> PASSWORD_SET
public static final BasicProperty<java.lang.Integer,SmtpConfigurationDTO> PORT
public static final BasicProperty<SmtpSecurity,SmtpConfigurationDTO> SECURITY
public static final BasicProperty<java.lang.String,SmtpConfigurationDTO> USER
public SmtpConfigurationDTO()
public SmtpConfigurationDTO(Property<T,? super SmtpConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getFromAddress()
public void setFromAddress(java.lang.String fromAddress)
public java.lang.String getHost()
public void setHost(java.lang.String host)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public boolean isPasswordSet()
public void setPasswordSet(boolean passwordSet)
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
public SmtpSecurity getSecurity()
public void setSecurity(SmtpSecurity security)
public java.lang.String getUser()
public void setUser(java.lang.String user)