|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.northwestern.at.wordhoard.model.userdata.PhraseSetPhraseCount
public class PhraseSetPhraseCount
Count of a single phrase in a PhraseSet
.
A phrase set phrase count entry contains the following:
WordForms
).PhraseSet
to which this count pertains.WorkPart
to which this count pertains.
Constructor Summary | |
---|---|
PhraseSetPhraseCount()
Create an empty phrase count object. |
|
PhraseSetPhraseCount(Spelling phraseText,
int wordForm,
PhraseSet phraseSet,
java.lang.String workPartTag,
int phraseCount)
Create a populated phrase count object. |
Method Summary | |
---|---|
java.lang.Long |
getId()
Get the persistence id. |
int |
getPhraseCount()
Get the phrase count. |
PhraseSet |
getPhraseSet()
Get the phrase set. |
Spelling |
getPhraseText()
Get the phrase text. |
int |
getWordForm()
Get the word form. |
java.lang.String |
getWorkPartTag()
Get the tag of the work part to which this count pertains. |
protected void |
setPhraseText(Spelling phraseText)
Set the phrase 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 PhraseSetPhraseCount()
public PhraseSetPhraseCount(Spelling phraseText, int wordForm, PhraseSet phraseSet, java.lang.String workPartTag, int phraseCount)
Method Detail |
---|
public java.lang.Long getId()
getId
in interface PersistentObject
public Spelling getPhraseText()
protected void setPhraseText(Spelling phraseText)
phraseText
- The phrase text. public int getWordForm()
public PhraseSet getPhraseSet()
public java.lang.String getWorkPartTag()
public int getPhraseCount()
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 |