public class SynonymRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
SynonymRecord()
Default constructor for creating a synonym record.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SynonymRecord()
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()
Submit a bug or feature
Copyright © 2013 National Library of Medicine