org.hedwig.core
Class Part

java.lang.Object
  |
  +--org.hedwig.core.Part

public class Part
extends java.lang.Object

Author:
Keith Gaddis enclosing_type

Constructor Summary
Part()
           
 
Method Summary
 java.lang.String getText()
          Returns the text.
 void setText(java.lang.String text)
          Sets the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Part

public Part()
Method Detail

getText

public java.lang.String getText()
Returns the text.

Returns:
String

setText

public void setText(java.lang.String text)
Sets the text.

Parameters:
text - The text to set


Copyright © 2003-2003 Sourceforge. All Rights Reserved.