public class AtomIdentifier extends Object implements Serializable
| Constructor and Description |
|---|
AtomIdentifier(int pdbSerial,
String chainId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getChainId() |
int |
getPdbSerial() |
int |
hashCode() |
void |
setChainId(String chainId) |
void |
setPdbSerial(int pdbSerial) |
String |
toString() |
Copyright © 2000–2016 BioJava. All rights reserved.