public interface EmailIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
The destination address of the eMail
|
java.lang.String |
getBody()
The content of the eMail
|
java.lang.String |
getSubject()
The subject of the eMail
|
void |
setAddress(java.lang.String address)
The destination address of the eMail
|
void |
setBody(java.lang.String body)
The content of the eMail
|
void |
setSubject(java.lang.String subject)
The subject of the eMail
|
java.lang.String getSubject()
void setSubject(java.lang.String subject)
subject
- The subject to set.java.lang.String getBody()
void setBody(java.lang.String body)
body
- The body to set.java.lang.String getAddress()
void setAddress(java.lang.String address)
address
- The address to set.Copyright © 2018 DS Data Systems UK Ltd.