edu.mayo.informatics.resourcereader.obo
Class OBOAbbreviation
java.lang.Object
edu.mayo.informatics.resourcereader.core.impl.Resource
edu.mayo.informatics.resourcereader.obo.OBO
edu.mayo.informatics.resourcereader.obo.OBOAbbreviation
- All Implemented Interfaces:
- ResourceEntity, TopResource
public class OBOAbbreviation
- extends OBO
- implements ResourceEntity
This class stores OBO Abbreviation information
- Version:
- subversion $Revision: $ checked in on $Date: $
- Author:
- Deepak Sharma
Fields inherited from class edu.mayo.informatics.resourcereader.obo.OBO |
logger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
abbreviation
public java.lang.String abbreviation
genericURL
public java.lang.String genericURL
OBOAbbreviation
public OBOAbbreviation()
OBOAbbreviation
public OBOAbbreviation(CachingMessageDirectorIF rLogger)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getAbbreviation
public java.lang.String getAbbreviation()
setAbbreviation
public void setAbbreviation(java.lang.String abbreviation)
getGenericURL
public java.lang.String getGenericURL()
setGenericURL
public void setGenericURL(java.lang.String genericURL)