public class FruitfulRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
FruitfulRecord()
Default constructor for creating an acronym record.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetCategory()
Get the integer value of category from current record.
|
int |
GetDistance()
Get the integer value of distance from current record.
|
java.lang.String |
GetFlowHistory()
Get the string value of flow history from current record.
|
long |
GetInflection()
Get the long value of inflection from current record.
|
java.lang.String |
GetLowerCasedTerm()
Get the string value of lowercased term from current record.
|
int |
GetOriginalCategory()
Get the integer value of orignal category from current record.
|
long |
GetOriginalInflection()
Get the long value of orignal inflection from current record.
|
long |
GetTagInformation()
Get the long value of tag information from current record.
|
java.lang.String |
GetVariantTerm()
Get the string value of variants term from current record.
|
void |
SetCategory(int value)
Set the integer value of category to current record.
|
void |
SetDistance(int value)
Set the integer value of distance to current record.
|
void |
SetFlowHistory(java.lang.String value)
Set the string value of flow history to current record.
|
void |
SetInflection(long value)
Set the long value of inflection to current record.
|
void |
SetLowerCasedTerm(java.lang.String value)
Set the string value of lowercased term to current record.
|
void |
SetOriginalCategory(int value)
Set the integer value of original category to current record.
|
void |
SetOriginalInflection(long value)
Set the long value of original inflection to current record.
|
void |
SetTagInformation(long value)
Set the long value of tag information to current record.
|
void |
SetVariantTerm(java.lang.String value)
Set the string value of variants term to current record.
|
public FruitfulRecord()
public void SetLowerCasedTerm(java.lang.String value)
value - string value of a lower cased termpublic void SetVariantTerm(java.lang.String value)
value - string value of variants termpublic void SetFlowHistory(java.lang.String value)
value - string value of flow historypublic void SetCategory(int value)
value - integer value of categorypublic void SetOriginalCategory(int value)
value - integer value of original categorypublic void SetInflection(long value)
value - long value of inflectionpublic void SetOriginalInflection(long value)
value - long value of original inflectionpublic void SetDistance(int value)
value - integer value of distancepublic void SetTagInformation(long value)
value - long value of inflectionpublic java.lang.String GetLowerCasedTerm()
public java.lang.String GetVariantTerm()
public java.lang.String GetFlowHistory()
public int GetCategory()
public int GetOriginalCategory()
public long GetOriginalInflection()
public long GetInflection()
public int GetDistance()
public long GetTagInformation()
Submit a bug or feature
Copyright © 2020 National Library of Medicine