public class CaseInsensitiveCompound extends Object implements Compound
Constructor and Description |
---|
CaseInsensitiveCompound(NucleotideCompound compound) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
String |
getDescription() |
String |
getLongName() |
Float |
getMolecularWeight() |
String |
getShortName() |
NucleotideCompound |
getUnderlyingCompound() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setLongName(String longName) |
void |
setMolecularWeight(Float molecularWeight) |
void |
setShortName(String shortName) |
String |
toString() |
public CaseInsensitiveCompound(NucleotideCompound compound)
public boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase
in interface Compound
public NucleotideCompound getUnderlyingCompound()
public String getDescription()
getDescription
in interface Compound
public String getLongName()
getLongName
in interface Compound
public Float getMolecularWeight()
getMolecularWeight
in interface Compound
public String getShortName()
getShortName
in interface Compound
public void setDescription(String description)
setDescription
in interface Compound
public void setLongName(String longName)
setLongName
in interface Compound
public void setMolecularWeight(Float molecularWeight)
setMolecularWeight
in interface Compound
public void setShortName(String shortName)
setShortName
in interface Compound
Copyright © 2000–2019 BioJava. All rights reserved.