org.biojava3.aaproperties.xml
Class Isotope

java.lang.Object
  extended by org.biojava3.aaproperties.xml.Isotope

public class Isotope
extends Object


Constructor Summary
Isotope()
           
Isotope(String name, int neutronsNum, double mass)
           
 
Method Summary
 double getMass()
           
 String getName()
           
 int getNeutronsNum()
           
 void setMass(double weight)
           
 void setName(String name)
           
 void setNeutronsNum(int neutronsNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Isotope

public Isotope()

Isotope

public Isotope(String name,
               int neutronsNum,
               double mass)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getNeutronsNum

public int getNeutronsNum()

setNeutronsNum

public void setNeutronsNum(int neutronsNum)

getMass

public double getMass()

setMass

public void setMass(double weight)