Class ConceptEntry


  • public class ConceptEntry
    extends BaseEntry
    • Constructor Detail

      • ConceptEntry

        public ConceptEntry()
        Creates a new ConceptEntry object.
    • Method Detail

      • getId

        public String getId()
        Gets the ID for this glossary entry.
        Returns:
        the ID for this glossary entry.
      • setId

        public void setId​(String id)
        Sets the ID for this glossary entry.
        Parameters:
        id - the ID for this glossary entry.
      • hasLocale

        public boolean hasLocale​(LocaleId locId)
        Indicates if there is a set of terms defined for a given locale.
        Parameters:
        locId - the locale to query.
        Returns:
        true if there is a set of terms defined for the given locale.
      • addLangEntry

        public void addLangEntry​(LangEntry lent)
      • removeEntries

        public void removeEntries​(LocaleId locId)