Class: ThermoMSF::Model::FastaFileProteinAnnotation

Inherits:
Object
  • Object
show all
Defined in:
lib/msf/sql/fasta_file_protein_annotation.rb

Instance Method Summary collapse

Instance Method Details

#fasta_file_idObject

ruby style accessors



6
7
8
# File 'lib/msf/sql/fasta_file_protein_annotation.rb', line 6

def fasta_file_id
  self.FastaFileID
end

#protein_annotation_idObject



9
10
11
# File 'lib/msf/sql/fasta_file_protein_annotation.rb', line 9

def protein_annotation_id
  self.ProteinAnnotationID
end