BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioFTQSingleDbXrefDmy.h
Go to the documentation of this file.
00001 #ifndef BIOFTQSINGLEDBXREF_H
00002 #define BIOFTQSINGLEDBXREF_H
00003 
00004 #ifndef __CINT__
00005 #include "BioFTQSingleDbXref.h"
00006 #else
00007 
00008 
00009 class BioFTQSingleDbXref
00010 {
00011     string dbXref_;
00012 public:
00013   BioFTQSingleDbXref(){}
00014   BioFTQSingleDbXref(const string& bou_);
00015 
00016   void setBioFTQSingleDbXref(const string& bou_);
00017 
00018   string getDb();
00019   string getIdentifier();
00020 
00021   bool findDbXref(const string& );
00022   void showSingleDbXref(ostream& os=cout,string x= " ");
00023 };
00024 
00025 #pragma link C++ class BioFTQSingleDbXref;
00026 
00027 #endif
00028 
00029 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines