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(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
String |
getDescription() |
String |
getLongName() |
Float |
getMolecularWeight() |
NucleotideCompound |
getOne() |
String |
getShortName() |
NucleotideCompound |
getThree() |
NucleotideCompound |
getTwo() |
int |
hashCode() |
boolean |
isStart() |
void |
setDescription(String description) |
void |
setLongName(String longName) |
void |
setMolecularWeight(Float molecularWeight) |
void |
setShortName(String shortName) |
getBase, getUpperedBase, toString
public CodonCompound(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three, boolean start)
public boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase
in interface Compound
equalsIgnoreCase
in class AbstractCompound
public boolean equals(Object obj)
equals
in class AbstractCompound
public int hashCode()
hashCode
in class AbstractCompound
public NucleotideCompound getOne()
public NucleotideCompound getTwo()
public NucleotideCompound getThree()
public boolean isStart()
public String getDescription()
getDescription
in interface Compound
getDescription
in class AbstractCompound
public String getLongName()
getLongName
in interface Compound
getLongName
in class AbstractCompound
public Float getMolecularWeight()
getMolecularWeight
in interface Compound
getMolecularWeight
in class AbstractCompound
public String getShortName()
getShortName
in interface Compound
getShortName
in class AbstractCompound
public void setDescription(String description)
setDescription
in interface Compound
setDescription
in class AbstractCompound
public void setLongName(String longName)
setLongName
in interface Compound
setLongName
in class AbstractCompound
public void setMolecularWeight(Float molecularWeight)
setMolecularWeight
in interface Compound
setMolecularWeight
in class AbstractCompound
public void setShortName(String shortName)
setShortName
in interface Compound
setShortName
in class AbstractCompound
Copyright © 2000–2019 BioJava. All rights reserved.