|
|||||||||
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.PhraseSetTotalWordFormPhraseCount
public class PhraseSetTotalWordFormPhraseCount
Total counts of phrase forms in a phrase set.
A phrase set total phrase form count entry contains the following:
WordForms
) for the phrase.PhraseSet
to which this total pertains.WorkPart
to which this total pertains.
Constructor Summary | |
---|---|
PhraseSetTotalWordFormPhraseCount()
Create an empty phrase set word form count object. |
|
PhraseSetTotalWordFormPhraseCount(int wordForm,
PhraseSet phraseSet,
java.lang.String workPartTag,
int wordFormCount)
Create a populated total word form count object. |
Method Summary | |
---|---|
java.lang.Long |
getId()
Get the persistence id. |
PhraseSet |
getPhraseSet()
Get the phrase set. |
int |
getWordForm()
Get the word form. |
int |
getWordFormCount()
Get the word form count in the phrase 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 PhraseSetTotalWordFormPhraseCount()
public PhraseSetTotalWordFormPhraseCount(int wordForm, PhraseSet phraseSet, java.lang.String workPartTag, int wordFormCount)
Method Detail |
---|
public java.lang.Long getId()
getId
in interface PersistentObject
public int getWordForm()
public PhraseSet getPhraseSet()
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 |