public class SmtpConfigurationDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,SmtpConfigurationDTO> |
FROM_ADDRESS |
static Property<java.lang.String,SmtpConfigurationDTO> |
HOST |
static Property<java.lang.String,SmtpConfigurationDTO> |
PASSWORD |
static Property<java.lang.Boolean,SmtpConfigurationDTO> |
PASSWORD_SET |
static Property<java.lang.Integer,SmtpConfigurationDTO> |
PORT |
static Property<java.lang.Boolean,SmtpConfigurationDTO> |
TLS |
static Property<java.lang.String,SmtpConfigurationDTO> |
USER |
| Constructor and Description |
|---|
SmtpConfigurationDTO() |
SmtpConfigurationDTO(Property<T,? super SmtpConfigurationDTO> 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 |
getFromAddress() |
java.lang.String |
getHost() |
java.lang.String |
getPassword() |
java.lang.Integer |
getPort() |
java.lang.Boolean |
getTls() |
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 |
setTls(java.lang.Boolean tls) |
void |
setUser(java.lang.String user) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,SmtpConfigurationDTO> FROM_ADDRESS
public static final Property<java.lang.String,SmtpConfigurationDTO> HOST
public static final Property<java.lang.String,SmtpConfigurationDTO> PASSWORD
public static final Property<java.lang.Boolean,SmtpConfigurationDTO> PASSWORD_SET
public static final Property<java.lang.Integer,SmtpConfigurationDTO> PORT
public static final Property<java.lang.Boolean,SmtpConfigurationDTO> TLS
public static final Property<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 ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getFromAddress()
public java.lang.String getHost()
public java.lang.String getPassword()
public boolean isPasswordSet()
public java.lang.Integer getPort()
public java.lang.Boolean getTls()
public java.lang.String getUser()
public void setFromAddress(java.lang.String fromAddress)
public void setHost(java.lang.String host)
public void setPassword(java.lang.String password)
public void setPasswordSet(boolean passwordSet)
public void setPort(java.lang.Integer port)
public void setTls(java.lang.Boolean tls)
public void setUser(java.lang.String user)