Class Contact


  • public class Contact
    extends java.lang.Object
    A bean to store Atom Atom contact information.
    Author:
    Anthony Bradley
    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • getAtomOne

        public Atom getAtomOne()
        Returns:
        the atomOne
      • setAtomOne

        public void setAtomOne​(Atom atomOne)
        Parameters:
        atomOne - the atomOne to set
      • getAtomTwo

        public Atom getAtomTwo()
        Returns:
        the atomTwo
      • setAtomTwo

        public void setAtomTwo​(Atom atomTwo)
        Parameters:
        atomTwo - the atomTwo to set
      • getDistance

        public float getDistance()
        Returns:
        the distance
      • setDistance

        public void setDistance​(float distance)
        Parameters:
        distance - the distance to set