public abstract class AbstractCompound extends Object implements Compound
| Constructor and Description | 
|---|
| AbstractCompound() | 
| AbstractCompound(String base) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| boolean | equalsIgnoreCase(Compound compound) | 
| String | getBase() | 
| String | getDescription() | 
| String | getLongName() | 
| Float | getMolecularWeight() | 
| String | getShortName() | 
| String | getUpperedBase() | 
| int | hashCode() | 
| void | setDescription(String description) | 
| void | setLongName(String longName) | 
| void | setMolecularWeight(Float molecularWeight) | 
| void | setShortName(String shortName) | 
| String | toString() | 
public AbstractCompound()
public AbstractCompound(String base)
public String getBase()
public String getUpperedBase()
public String getDescription()
getDescription in interface Compoundpublic void setDescription(String description)
setDescription in interface Compoundpublic String getShortName()
getShortName in interface Compoundpublic void setShortName(String shortName)
setShortName in interface Compoundpublic String getLongName()
getLongName in interface Compoundpublic void setLongName(String longName)
setLongName in interface Compoundpublic Float getMolecularWeight()
getMolecularWeight in interface Compoundpublic void setMolecularWeight(Float molecularWeight)
setMolecularWeight in interface Compoundpublic boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase in interface CompoundCopyright © 2000–2016 BioJava. All rights reserved.