Class UserDictEntry


  • public class UserDictEntry
    extends java.lang.Object
    An item from a user's dictionary, fetched from a database.
    Since:
    4.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String word  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserDictEntry​(long id, java.lang.String word)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWord()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • word

        private final java.lang.String word
    • Constructor Detail

      • UserDictEntry

        public UserDictEntry​(long id,
                             java.lang.String word)
    • Method Detail

      • getWord

        public java.lang.String getWord()