|
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.CanonRecord
public class CanonRecord
This class defined the data structure of a canon record.
History:
| Constructor Summary | |
|---|---|
CanonRecord()
Default constructor for creating a canon record. |
|
CanonRecord(java.lang.String term)
Creates a canon record, using a term as uninflected and canonicalized terms. |
|
| Method Summary | |
|---|---|
int |
GetCanonicalId()
Get the integer value of canonical number (ID) of current canon record. |
java.lang.String |
GetCanonicalizedTerm()
Get the string value of canonicalized term from current canon record. |
java.lang.String |
GetUninflectedTerm()
Get the string value of uninflected term from current canon record. |
void |
SetCanonicalId(int value)
Set the ID ofcanonicalezed term to current canon record. |
void |
SetCanonicalizedTerm(java.lang.String value)
Set the string value of canonicalized term to current canon record. |
void |
SetUnInflectedTerm(java.lang.String value)
Set the string value of the uninflected term to current canon record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanonRecord()
public CanonRecord(java.lang.String term)
| Method Detail |
|---|
public void SetUnInflectedTerm(java.lang.String value)
value - string value of an uninflected termpublic void SetCanonicalizedTerm(java.lang.String value)
value - string value of a canonicalized termpublic void SetCanonicalId(int value)
value - string value of a type, Acronym or abbreviationpublic java.lang.String GetUninflectedTerm()
public java.lang.String GetCanonicalizedTerm()
public int GetCanonicalId()
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||