Class EmailNotificationGatewayConfiguration
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
- step.plugins.notification.gateway.configuration.EmailNotificationGatewayConfiguration
-
public class EmailNotificationGatewayConfiguration extends NotificationGatewayConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected String
fromAdress
protected String
fromName
protected String
smtpHost
protected String
smtpPassword
protected String
smtpPort
protected String
smtpUsername
-
Constructor Summary
Constructors Constructor Description EmailNotificationGatewayConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromAdress()
String
getFromName()
Class<? extends NotificationGateway>
getGatewayClass()
String
getSmtpHost()
String
getSmtpPassword()
String
getSmtpPort()
String
getSmtpUsername()
void
setFromAdress(String fromAdress)
void
setFromName(String fromName)
void
setSmtpHost(String smtpHost)
void
setSmtpPassword(String smtpPassword)
void
setSmtpPort(String smtpPort)
void
setSmtpUsername(String smtpUsername)
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Method Detail
-
getSmtpHost
public String getSmtpHost()
-
setSmtpHost
public void setSmtpHost(String smtpHost)
-
getSmtpPort
public String getSmtpPort()
-
setSmtpPort
public void setSmtpPort(String smtpPort)
-
getSmtpUsername
public String getSmtpUsername()
-
setSmtpUsername
public void setSmtpUsername(String smtpUsername)
-
getSmtpPassword
public String getSmtpPassword()
-
setSmtpPassword
public void setSmtpPassword(String smtpPassword)
-
getFromAdress
public String getFromAdress()
-
setFromAdress
public void setFromAdress(String fromAdress)
-
getFromName
public String getFromName()
-
setFromName
public void setFromName(String fromName)
-
getGatewayClass
public Class<? extends NotificationGateway> getGatewayClass()
- Specified by:
getGatewayClass
in classNotificationGatewayConfiguration
-
-