|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ninecode.email.beans.slave.dictionary.Definition
A basket for word definitions. Holds a word, it's definition and the part(s) of speech.
| Field Summary | |
protected String |
mDefinition
The word definition. |
protected String |
mPartOfSpeech
The part(s) of speech. |
protected String |
mWord
The word. |
| Constructor Summary | |
Definition(String word,
String part,
String definition)
Create a Definition. |
|
| Method Summary | |
String |
toString()
Converts this definition into a representative string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected String mWord
protected String mPartOfSpeech
protected String mDefinition
| Constructor Detail |
public Definition(String word,
String part,
String definition)
word - The word itself.part - The part of speech, e.g. n. & adv.definition - The word definition.| Method Detail |
public String toString()
toString in class Object
|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||