Interface HasText

All Known Implementing Classes:
Document, Note

public interface HasText
A genealogical resource that has text.
  • Method Summary

    Modifier and Type
    Method
    Description
    The text.
    void
    The text.
  • Method Details

    • getText

      String getText()
      The text.
      Returns:
      The text.
    • setText

      void setText(String text)
      The text.
      Parameters:
      text - The text.