org.oddjob.mail
Class TextPart
java.lang.Object
org.oddjob.mail.TextPart
- All Implemented Interfaces:
- ArooaValue, ValueFactory<MimeBodyPart>
public class TextPart
- extends Object
- implements ValueFactory<MimeBodyPart>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextPart
public TextPart()
toValue
public MimeBodyPart toValue()
throws ArooaConversionException
- Specified by:
toValue in interface ValueFactory<MimeBodyPart>
- Throws:
ArooaConversionException
getText
public String getText()
setText
public void setText(String text)