edu.mssm.crover.representation
Interface BiologicalOrigin

All Superinterfaces:
RootObject
All Known Implementing Classes:
Origin

public interface BiologicalOrigin
extends RootObject

Represents the origin of an information. Where does this information come from?

Author:
Fabien Campagne

Method Summary
 java.lang.String getAccessionCode()
          Returns the accession code inside the origin database.
 java.lang.String getDataBaseName()
          Returns the name of the database which curates this information.
 java.lang.String getShortName()
          Returns the shortname for this origin.
 void setAccessionCode(java.lang.String accession_code)
          Sets the accession code inside the origin database.
 void setDataBaseName(java.lang.String database)
          Sets the name of the database which curates this information.
 void setShortName(java.lang.String short_name)
          Sets the shortname for this origin.
 

Method Detail

getDataBaseName

public java.lang.String getDataBaseName()
Returns the name of the database which curates this information.


getAccessionCode

public java.lang.String getAccessionCode()
Returns the accession code inside the origin database.


getShortName

public java.lang.String getShortName()
Returns the shortname for this origin.


setDataBaseName

public void setDataBaseName(java.lang.String database)
Sets the name of the database which curates this information.


setAccessionCode

public void setAccessionCode(java.lang.String accession_code)
Sets the accession code inside the origin database.


setShortName

public void setShortName(java.lang.String short_name)
Sets the shortname for this origin.



Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.