Constructor and Description |
---|
Email()
Constructor
|
Email(java.lang.String address,
java.lang.String subject,
java.lang.String body)
Constructor
|
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
|
public Email()
public Email(java.lang.String address, java.lang.String subject, java.lang.String body)
address
- email addresssubject
- subject of emailbody
- content of emailpublic java.lang.String getSubject()
EmailIf
getSubject
in interface EmailIf
public void setSubject(java.lang.String subject)
EmailIf
setSubject
in interface EmailIf
subject
- The subject to set.public java.lang.String getBody()
EmailIf
public void setBody(java.lang.String body)
EmailIf
public java.lang.String getAddress()
EmailIf
getAddress
in interface EmailIf
public void setAddress(java.lang.String address)
EmailIf
setAddress
in interface EmailIf
address
- The address to set.Copyright © 2018 DS Data Systems UK Ltd.