Class AtomIndexLinkerId
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.entity.AtomIndexLinkerId
-
public class AtomIndexLinkerId extends java.lang.Object
AtomIndexLinkerIdCopyright: 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 Summary
Constructors Constructor Description AtomIndexLinkerId()
AtomIndexLinkerId(int atomIndexConnectionFlexophorePoint, int atomIndexFirstLinkerAtom, int linkerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAtomIndexConnectionFlexophorePoint()
int
getAtomIndexFirstLinkerAtom()
int
getLinkerId()
void
setAtomIndexConnectionFlexophorePoint(int atomIndexConnectionFlexophorePoint)
void
setAtomIndexFirstLinkerAtom(int atomIndexFirstLinkerAtom)
void
setLinkerId(int linkerId)
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-