|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lvg.Db.InflectionRecord
public class InflectionRecord
This class defined the data structure of an inflection record.
History:
| Constructor Summary | |
|---|---|
InflectionRecord()
Default constructor for creating an inflection record. |
|
| Method Summary | |
|---|---|
int |
GetCategory()
Get the category from the current inflection record. |
java.lang.String |
GetCitationTerm()
Get the citation term from the current inflection record. |
java.lang.String |
GetEui()
Get the EUI from the current inflection record. |
java.lang.String |
GetInflectedTerm()
Get the inflected term from the current inflection record. |
long |
GetInflection()
Get the inflection from the current inflection record. |
java.lang.String |
GetUninflectedTerm()
Get the uninflected term from the current inflection record. |
void |
PrintRecord()
Print out the current inflection record in a string format to system output. |
void |
SetCategory(int value)
Set the category to the current inflection record. |
void |
SetCitationTerm(java.lang.String value)
Set the citation term to the current inflection record. |
void |
SetEui(java.lang.String value)
Set the EUI to the current inflection record. |
void |
SetInflectedTerm(java.lang.String value)
Set the inflected term to the current inflection record. |
void |
SetInflection(long value)
Set the inflection to the current inflection record. |
void |
SetUnInflectedTerm(java.lang.String value)
Set the uninflected term to the current inflection record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InflectionRecord()
| Method Detail |
|---|
public void SetInflectedTerm(java.lang.String value)
value - string value of an inflected termpublic void SetUnInflectedTerm(java.lang.String value)
value - string value of an uninflected termpublic void SetCitationTerm(java.lang.String value)
value - string value of a citation termpublic void SetEui(java.lang.String value)
value - string value of an EUI (unique ID of inflection record)public void SetCategory(int value)
value - category in an integer format of a inflection recordpublic void SetInflection(long value)
value - inflection in a long integer format of a inflection recordpublic java.lang.String GetInflectedTerm()
public java.lang.String GetUninflectedTerm()
public java.lang.String GetCitationTerm()
public java.lang.String GetEui()
public int GetCategory()
public long GetInflection()
public void PrintRecord()
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||