com.konakart.rmi.app
Class S_Email

java.lang.Object
  extended by com.konakart.rmi.app.S_Email
All Implemented Interfaces:
java.io.Serializable

public class S_Email
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
S_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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_Email

public S_Email()
Method Detail

getSubject

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

Returns:
Returns the subject.

setSubject

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

Parameters:
_subject - The subject to set.

getBody

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

Returns:
Returns the body.

setBody

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

Parameters:
_body - The body to set.

getAddress

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

Returns:
Returns the address.

setAddress

public 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.