Lvg Java
2006p Version

gov.nih.nlm.nls.lvg.Db
Class InflectionRecord

java.lang.Object
  extended by gov.nih.nlm.nls.lvg.Db.InflectionRecord

public class InflectionRecord
extends java.lang.Object

This class defined the data structure of an inflection record.

History:

Version:
V-2006p
Author:
NLM NLS Development Team
See Also:
Desgin Document

Constructor Summary
InflectionRecord()
          Default constructor for creating an inflection record.
 
Method Summary
 int GetCategory()
          Get the category from the current inflection record.
 java.lang.String GetCitationTerm()
          Get the citation term from the current inflection record.
 java.lang.String GetEui()
          Get the EUI from the current inflection record.
 java.lang.String GetInflectedTerm()
          Get the inflected term from the current inflection record.
 long GetInflection()
          Get the inflection from the current inflection record.
 java.lang.String GetUninflectedTerm()
          Get the uninflected term 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 SetCitationTerm(java.lang.String value)
          Set the citation term to the current inflection record.
 void SetEui(java.lang.String value)
          Set the EUI to the current inflection record.
 void SetInflectedTerm(java.lang.String value)
          Set the inflected term to the current inflection record.
 void SetInflection(long value)
          Set the inflection to the current inflection record.
 void SetUnInflectedTerm(java.lang.String value)
          Set the uninflected term to the current inflection record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InflectionRecord

public InflectionRecord()
Default constructor for creating an inflection record.

Method Detail

SetInflectedTerm

public void SetInflectedTerm(java.lang.String value)
Set the inflected term to the current inflection record.

Parameters:
value - string value of an inflected term

SetUnInflectedTerm

public void SetUnInflectedTerm(java.lang.String value)
Set the uninflected term to the current inflection record.

Parameters:
value - string value of an uninflected term

SetCitationTerm

public void SetCitationTerm(java.lang.String value)
Set the citation term to the current inflection record.

Parameters:
value - string value of a citation term

SetEui

public void SetEui(java.lang.String value)
Set the EUI to the current inflection record.

Parameters:
value - string value of an EUI (unique ID of inflection record)

SetCategory

public void SetCategory(int value)
Set the category to the current inflection record.

Parameters:
value - category in an integer format of a inflection record

SetInflection

public void SetInflection(long value)
Set the inflection to the current inflection record.

Parameters:
value - inflection in a long integer format of a inflection record

GetInflectedTerm

public java.lang.String GetInflectedTerm()
Get the inflected term from the current inflection record.

Returns:
inflected term of the current inflection record

GetUninflectedTerm

public java.lang.String GetUninflectedTerm()
Get the uninflected term from the current inflection record.

Returns:
uninflected term of the current inflection record

GetCitationTerm

public java.lang.String GetCitationTerm()
Get the citation term from the current inflection record.

Returns:
citation term of the current inflection record

GetEui

public java.lang.String GetEui()
Get the EUI from the current inflection record.

Returns:
unique ID (EUI) of the current inflection record

GetCategory

public int GetCategory()
Get the category from the current inflection record.

Returns:
category of the current inflection record

GetInflection

public long GetInflection()
Get the inflection from the current inflection record.

Returns:
inflection of the current inflection record

PrintRecord

public void PrintRecord()
Print out the current inflection record in a string format to system output.


Lvg Java
2006p Version

Submit a bug or feature

Copyright © 2006p National Library of Medicine