railo.runtime.net.mail
Class MailPart

java.lang.Object
  extended by railo.runtime.net.mail.MailPart
All Implemented Interfaces:
Serializable

public final class MailPart
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MailPart()
           
MailPart(String charset)
           
 
Method Summary
 void clear()
           
 String getBody()
           
 String getCharset()
           
 String getType()
           
 int getWraptext()
           
 boolean isHTML()
           
 void isHTML(boolean isHTML)
           
 void setBody(String body)
           
 void setCharset(String charset)
           
 void setType(String type)
           
 void setWraptext(int wraptext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailPart

public MailPart()

MailPart

public MailPart(String charset)
Parameters:
charset -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

clear

public void clear()

getBody

public String getBody()
Returns:
Returns the body.

setBody

public void setBody(String body)
Parameters:
body - The body to set.

getCharset

public String getCharset()
Returns:
Returns the charset.

setCharset

public void setCharset(String charset)
Parameters:
charset - The charset to set.

isHTML

public boolean isHTML()
Returns:
Returns the isHTML.

isHTML

public void isHTML(boolean isHTML)
Parameters:
isHTML - The type to set.

getWraptext

public int getWraptext()
Returns:
Returns the wraptext.

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

setWraptext

public void setWraptext(int wraptext)
Parameters:
wraptext - The wraptext to set.


Copyright © 2012 Railo