Class HeadwordEntry


  • public class HeadwordEntry
    extends Article
    The textual body to a specified headword (encyclopedia) or lemma (dictionary).

    "A headword, lemma, or catchword is the word under which a set of related dictionary or encyclopaedia entries appears. The headword is used to locate the entry, and dictates its alphabetical position. Depending on the size and nature of the dictionary or encyclopedia, the entry may include alternative meanings of the word, its etymology, pronunciation and inflections, compound words or phrases that contain the headword, and encyclopedic information about the concepts represented by the word." (Wikipedia, https://en.wikipedia.org/wiki/Headword)

    See Also:
    Headword
    • Constructor Detail

      • HeadwordEntry

        public HeadwordEntry()
      • HeadwordEntry

        public HeadwordEntry​(Headword headword)
    • Method Detail

      • getHeadword

        public Headword getHeadword()
      • init

        protected void init()
        Description copied from class: UniqueObject
        Use to initialize member variables, used by default constructor and builder
        Overrides:
        init in class Article
      • setHeadword

        public void setHeadword​(Headword headword)