org.gedcomx.common
Interface HasText

All Known Implementing Classes:
Document, Note

public interface HasText

A genealogical resource that has text.


Method Summary
 String getText()
          The text.
 void setText(String text)
          The text.
 

Method Detail

getText

String getText()
The text.

Returns:
The text.

setText

void setText(String text)
The text.

Parameters:
text - The text.


Copyright © 2015. All rights reserved.