Class AtomIndexLinkerId


  • public class AtomIndexLinkerId
    extends java.lang.Object
    AtomIndexLinkerId

    Copyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.

    Version:
    1.0 Jan 17, 2013 MvK Start implementation
    Author:
    Modest von Korff
    • Constructor Detail

      • AtomIndexLinkerId

        public AtomIndexLinkerId()
      • AtomIndexLinkerId

        public AtomIndexLinkerId​(int atomIndexConnectionFlexophorePoint,
                                 int atomIndexFirstLinkerAtom,
                                 int linkerId)
        Parameters:
        atomIndexConnectionFlexophorePoint -
        atomIndexFirstLinkerAtom -
        linkerId -
    • Method Detail

      • getAtomIndexConnectionFlexophorePoint

        public int getAtomIndexConnectionFlexophorePoint()
        Returns:
        the atomIndexConnectionFlexophorePoint
      • setAtomIndexConnectionFlexophorePoint

        public void setAtomIndexConnectionFlexophorePoint​(int atomIndexConnectionFlexophorePoint)
        Parameters:
        atomIndexConnectionFlexophorePoint - the atomIndexConnectionFlexophorePoint to set
      • getAtomIndexFirstLinkerAtom

        public int getAtomIndexFirstLinkerAtom()
        Returns:
        the atomIndexFirstLinkerAtom
      • setAtomIndexFirstLinkerAtom

        public void setAtomIndexFirstLinkerAtom​(int atomIndexFirstLinkerAtom)
        Parameters:
        atomIndexFirstLinkerAtom - the atomIndexFirstLinkerAtom to set
      • getLinkerId

        public int getLinkerId()
        Returns:
        the linkerId
      • setLinkerId

        public void setLinkerId​(int linkerId)
        Parameters:
        linkerId - the linkerId to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object