org.hccp.atom
Class PlainTextConstruct

java.lang.Object
  |
  +--org.hccp.atom.PlainTextConstruct
All Implemented Interfaces:
AtomTextConstruct
Direct Known Subclasses:
HtmlConstruct, TextConstruct

public abstract class PlainTextConstruct
extends java.lang.Object
implements AtomTextConstruct


Constructor Summary
PlainTextConstruct()
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hccp.atom.AtomTextConstruct
getType
 

Constructor Detail

PlainTextConstruct

public PlainTextConstruct()
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)