com.konakart.appif
Interface EmailIf

All Known Implementing Classes:
Email

public interface EmailIf

The interface of an object used to describe the content of an eMail.


Method Summary
 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
 

Method Detail

getSubject

java.lang.String getSubject()
The subject of the eMail

Returns:
Returns the subject.

setSubject

void setSubject(java.lang.String subject)
The subject of the eMail

Parameters:
subject - The subject to set.

getBody

java.lang.String getBody()
The content of the eMail

Returns:
Returns the body.

setBody

void setBody(java.lang.String body)
The content of the eMail

Parameters:
body - The body to set.

getAddress

java.lang.String getAddress()
The destination address of the eMail

Returns:
Returns the address.

setAddress

void setAddress(java.lang.String address)
The destination address of the eMail

Parameters:
address - The address to set.


Copyright © 2011 DS Data Systems UK Ltd.