|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.model.userdata.WordSetWordCount
public class WordSetWordCount
Count of a single word in a WordSet
.
A word set word count entry contains the following:
WordForms
).WordSet
to which this count pertains.WorkPart
to which this count pertains.
Constructor Summary | |
---|---|
WordSetWordCount()
Create an empty word form count object. |
|
WordSetWordCount(Spelling word,
int wordForm,
WordSet wordSet,
java.lang.String workPartTag,
int wordCount)
Create a populated word form count object. |
Method Summary | |
---|---|
java.lang.Long |
getId()
Get the persistence id. |
Spelling |
getWord()
Get the word text. |
int |
getWordCount()
Get the word count in the word set. |
int |
getWordForm()
Get the word form. |
WordSet |
getWordSet()
Get the word set. |
java.lang.String |
getWorkPartTag()
Get the tag of the work part to which this count pertains. |
protected void |
setWord(Spelling word)
Set the word text. |
java.lang.String |
toString()
Return string form of this entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WordSetWordCount()
public WordSetWordCount(Spelling word, int wordForm, WordSet wordSet, java.lang.String workPartTag, int wordCount)
Method Detail |
---|
public java.lang.Long getId()
getId
in interface PersistentObject
public Spelling getWord()
protected void setWord(Spelling word)
word
- The word text. public int getWordForm()
public WordSet getWordSet()
public java.lang.String getWorkPartTag()
public int getWordCount()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |