|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.northwestern.at.wordhoard.model.userdata.WordSetTotalWordFormCount
public class WordSetTotalWordFormCount
Total counts of word forms in a word set.
A word set total word form count entry contains the following:
WordForms
).WordSet
to which this total pertains.WorkPart
to which this total pertains.
Constructor Summary | |
---|---|
WordSetTotalWordFormCount()
Create an empty work word form count object. |
|
WordSetTotalWordFormCount(int wordForm,
WordSet wordSet,
java.lang.String workPartTag,
int wordFormCount)
Create a populated total word form count object. |
Method Summary | |
---|---|
java.lang.Long |
getId()
Get the persistence id. |
int |
getWordForm()
Get the word form. |
int |
getWordFormCount()
Get the word form count in the word set. |
WordSet |
getWordSet()
Get the word set. |
java.lang.String |
getWorkPartTag()
Get the work. |
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 WordSetTotalWordFormCount()
public WordSetTotalWordFormCount(int wordForm, WordSet wordSet, java.lang.String workPartTag, int wordFormCount)
Method Detail |
---|
public java.lang.Long getId()
getId
in interface PersistentObject
public int getWordForm()
public WordSet getWordSet()
public java.lang.String getWorkPartTag()
public int getWordFormCount()
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 |