org.oddjob.mail
Class TextPart

java.lang.Object
  extended by org.oddjob.mail.TextPart
All Implemented Interfaces:
ArooaValue, ValueFactory<MimeBodyPart>

public class TextPart
extends Object
implements ValueFactory<MimeBodyPart>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory
ValueFactory.Conversions
 
Constructor Summary
TextPart()
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 MimeBodyPart toValue()
          Provide an instance of the type this is a factory for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPart

public TextPart()
Method Detail

toValue

public MimeBodyPart toValue()
                     throws ArooaConversionException
Description copied from interface: ValueFactory
Provide an instance of the type this is a factory for.

Specified by:
toValue in interface ValueFactory<MimeBodyPart>
Returns:
An instance of the type. May be null.
Throws:
ArooaConversionException - If unable to provide a value.

getText

public String getText()

setText

public void setText(String text)