Class DictGroupEntry

java.lang.Object
org.languagetool.server.DictGroupEntry

public class DictGroupEntry extends Object
An item from a user's dictionary, fetched from a database.
Since:
4.3
  • Field Details

    • name

      private final String name
    • id

      private final long id
    • userGroupId

      @Nullable private final Long userGroupId
  • Constructor Details

    • DictGroupEntry

      public DictGroupEntry(long id, String name, @Nullable Long userGroupId)
  • Method Details

    • getName

      public String getName()
    • getId

      public long getId()
    • getUserGroupId

      @Nullable public Long getUserGroupId()