TC Java
2011 Version

gov.nih.nlm.nls.tc.Jdi
Class Subheading

java.lang.Object
  extended by gov.nih.nlm.nls.tc.Jdi.Subheading

public class Subheading
extends java.lang.Object

This class is the Subheading Java object

History:

Version:
V-2011
Author:
NLM Lexical Systems Group

Constructor Summary
Subheading()
          Create a MeSH subheading object (default).
Subheading(java.lang.String abbr, java.lang.String shortName, java.lang.String fullName)
          Create a MeSH subheading object by specifying abbreviation, short name, and full name.
 
Method Summary
 java.lang.String GetAbbreviation()
          Get the abbreviation of MeSH subheading
 java.lang.String GetFullName()
          Get the full name of MeSH subheading
 java.lang.String GetShortName()
          Get the short name of MeSH subheading
 void SetAbbreviation(java.lang.String abbr)
          Set MeSH subheading abbreviation
 void SetFullName(java.lang.String fullName)
          Set MeSH subheading abbreviation
 void SetShortName(java.lang.String shortName)
          Set MeSH subheading abbreviation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subheading

public Subheading()
Create a MeSH subheading object (default).


Subheading

public Subheading(java.lang.String abbr,
                  java.lang.String shortName,
                  java.lang.String fullName)
Create a MeSH subheading object by specifying abbreviation, short name, and full name.

Parameters:
abbr - abbreviation of Mesh subheading
shortName - short name of Mesh subheading
fullName - full name of Mesh subheading
Method Detail

SetAbbreviation

public void SetAbbreviation(java.lang.String abbr)
Set MeSH subheading abbreviation

Parameters:
abbr - abbreviation of Mesh subheading

SetShortName

public void SetShortName(java.lang.String shortName)
Set MeSH subheading abbreviation

Parameters:
shortName - short name of Mesh subheading

SetFullName

public void SetFullName(java.lang.String fullName)
Set MeSH subheading abbreviation

Parameters:
fullName - full name of Mesh subheading

GetAbbreviation

public java.lang.String GetAbbreviation()
Get the abbreviation of MeSH subheading

Returns:
abbreviation of MeSH subheading

GetShortName

public java.lang.String GetShortName()
Get the short name of MeSH subheading

Returns:
short name of MeSH subheading

GetFullName

public java.lang.String GetFullName()
Get the full name of MeSH subheading

Returns:
full name of MeSH subheading

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine