Class AtomIdentifier
- java.lang.Object
 - 
- org.biojava.nbio.structure.contact.AtomIdentifier
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AtomIdentifier extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AtomIdentifier(int pdbSerial, String chainId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetChainId()intgetPdbSerial()inthashCode()voidsetChainId(String chainId)voidsetPdbSerial(int pdbSerial)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
AtomIdentifier
public AtomIdentifier(int pdbSerial, String chainId)
 
 - 
 
- 
Method Detail
- 
getPdbSerial
public int getPdbSerial()
 
- 
setPdbSerial
public void setPdbSerial(int pdbSerial)
 
- 
getChainId
public String getChainId()
 
- 
setChainId
public void setChainId(String chainId)
 
 - 
 
 -