|
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.SynonymRecord
public class SynonymRecord
This class defined the data structure of a synonym record.
History:
| Constructor Summary | |
|---|---|
SynonymRecord()
Default constructor for creating a synonym record. |
|
| Method Summary | |
|---|---|
int |
GetCat1()
Get the category of key form from current synonym record. |
int |
GetCat2()
Get the category of synonym from current synonym record. |
java.lang.String |
GetKeyForm()
Get the string value of key form from current synonym record. |
java.lang.String |
GetKeyFormNpLc()
Get the string value of key form (No punctuations lower case) from current synonym record. |
java.lang.String |
GetSynonym()
Get the string value of synonym from current synonym record. |
void |
SetCat1(int value)
Set the integer value of category for key form to current synonym record. |
void |
SetCat2(int value)
Set the integer value of category for synonym to current synonym record. |
void |
SetKeyForm(java.lang.String value)
Set the string value of key form to current synonym record. |
void |
SetKeyFormNpLc(java.lang.String value)
Set the string value of key form (no puctuations and lower cases) to current synonym record. |
void |
SetSynonym(java.lang.String value)
Set the string value of synonym to current synonym record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynonymRecord()
| Method Detail |
|---|
public void SetKeyFormNpLc(java.lang.String value)
value - string value of key form (no puctuations and lower cases)public void SetSynonym(java.lang.String value)
value - string value of synonympublic void SetKeyForm(java.lang.String value)
value - string value of key formpublic void SetCat1(int value)
value - string value of category for key formpublic void SetCat2(int value)
value - string value of category for synonympublic java.lang.String GetKeyFormNpLc()
public java.lang.String GetKeyForm()
public java.lang.String GetSynonym()
public int GetCat1()
public int GetCat2()
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||