public class EuiRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
EuiRecord()
Default constructor for creating an inflection record.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetCategory()
Get the category from the current inflection record.
|
java.lang.String |
GetEui()
Get the EUI from the current inflection record.
|
long |
GetInflection()
Get the inflection 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 |
SetEui(java.lang.String value)
Set the EUI to the current inflection record.
|
void |
SetInflection(long value)
Set the inflection to the current inflection record.
|
public EuiRecord()
public 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 GetEui()
public int GetCategory()
public long GetInflection()
public void PrintRecord()
Submit a bug or feature
Copyright © 2020 National Library of Medicine