public class AcronymRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
AcronymRecord()
Default constructor for creating an acronym record.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GetAcronym()
Get the string value of acronym from current acronym record.
|
java.lang.String |
GetExpansion()
Get the string value of expansion from current acronym record.
|
java.lang.String |
GetType()
Get the string value of type from current acronym record.
|
void |
SetAcronym(java.lang.String value)
Set the string value of an acronym to current acronym record.
|
void |
SetExpansion(java.lang.String value)
Set the string value of an expansion to current acronym record.
|
void |
SetType(java.lang.String value)
Set the string value of type to current acronym record.
|
public AcronymRecord()
public void SetAcronym(java.lang.String value)
value - string value of an acronympublic void SetExpansion(java.lang.String value)
value - string value of an expansionpublic void SetType(java.lang.String value)
value - string value of a type, acronym or abbreviationpublic java.lang.String GetAcronym()
public java.lang.String GetExpansion()
public java.lang.String GetType()