public class AminoAcidCompound extends AbstractCompound implements Serializable
Constructor and Description |
---|
AminoAcidCompound(AminoAcidCompoundSet compoundSet,
String shortName,
String longName,
String description,
Float molecularWeight) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
CompoundSet<AminoAcidCompound> |
getCompoundSet() |
int |
hashCode() |
getBase, getDescription, getLongName, getMolecularWeight, getShortName, getUpperedBase, setDescription, setLongName, setMolecularWeight, setShortName, toString
public AminoAcidCompound(AminoAcidCompoundSet compoundSet, String shortName, String longName, String description, Float molecularWeight)
public boolean equals(Object obj)
equals
in class AbstractCompound
public int hashCode()
hashCode
in class AbstractCompound
public boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase
in interface Compound
equalsIgnoreCase
in class AbstractCompound
public CompoundSet<AminoAcidCompound> getCompoundSet()
Copyright © 2000–2019 BioJava. All rights reserved.