public class CodonCompound extends AbstractCompound
| Constructor and Description |
|---|
CodonCompound(NucleotideCompound one,
NucleotideCompound two,
NucleotideCompound three,
boolean start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
java.lang.String |
getDescription() |
java.lang.String |
getLongName() |
java.lang.Float |
getMolecularWeight() |
NucleotideCompound |
getOne() |
java.lang.String |
getShortName() |
NucleotideCompound |
getThree() |
NucleotideCompound |
getTwo() |
int |
hashCode() |
boolean |
isStart() |
void |
setDescription(java.lang.String description) |
void |
setLongName(java.lang.String longName) |
void |
setMolecularWeight(java.lang.Float molecularWeight) |
void |
setShortName(java.lang.String shortName) |
getBase, getUpperedBase, toStringpublic CodonCompound(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three, boolean start)
public boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase in interface CompoundequalsIgnoreCase in class AbstractCompoundpublic boolean equals(java.lang.Object obj)
equals in class AbstractCompoundpublic int hashCode()
hashCode in class AbstractCompoundpublic NucleotideCompound getOne()
public NucleotideCompound getTwo()
public NucleotideCompound getThree()
public boolean isStart()
public java.lang.String getDescription()
getDescription in interface CompoundgetDescription in class AbstractCompoundpublic java.lang.String getLongName()
getLongName in interface CompoundgetLongName in class AbstractCompoundpublic java.lang.Float getMolecularWeight()
getMolecularWeight in interface CompoundgetMolecularWeight in class AbstractCompoundpublic java.lang.String getShortName()
getShortName in interface CompoundgetShortName in class AbstractCompoundpublic void setDescription(java.lang.String description)
setDescription in interface CompoundsetDescription in class AbstractCompoundpublic void setLongName(java.lang.String longName)
setLongName in interface CompoundsetLongName in class AbstractCompoundpublic void setMolecularWeight(java.lang.Float molecularWeight)
setMolecularWeight in interface CompoundsetMolecularWeight in class AbstractCompoundpublic void setShortName(java.lang.String shortName)
setShortName in interface CompoundsetShortName in class AbstractCompound