compbio.data.msa.jaxws
Class PresetAlign

java.lang.Object
  extended by compbio.data.msa.jaxws.PresetAlign

public class PresetAlign
extends Object


Constructor Summary
PresetAlign()
           
 
Method Summary
 List<FastaSequence> getFastaSequences()
           
 Preset getPreset()
           
 void setFastaSequences(List<FastaSequence> fastaSequences)
           
 void setPreset(Preset preset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetAlign

public PresetAlign()
Method Detail

getFastaSequences

public List<FastaSequence> getFastaSequences()
Returns:
returns List

setFastaSequences

public void setFastaSequences(List<FastaSequence> fastaSequences)
Parameters:
fastaSequences - the value for the fastaSequences property

getPreset

public Preset getPreset()
Returns:
returns Preset

setPreset

public void setPreset(Preset preset)
Parameters:
preset - the value for the preset property