public static class UpdateHandler.RowData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
chemTermColValues |
int[] |
fingerprint |
java.lang.String |
flags |
java.lang.String |
formula |
int |
hashCode |
Molecule |
molecule |
java.lang.String |
molName |
chemaxon.jchem.file.MolRecord |
molRecord |
byte[] |
molString |
java.lang.Double |
molWeight |
boolean |
noRingInfoInFP |
boolean |
reactionMappingIncomplete |
java.lang.String |
smiles |
java.lang.String |
sortableFormula |
Molecule |
tautomer |
Constructor and Description |
---|
RowData() |
Modifier and Type | Method and Description |
---|---|
byte[][] |
getDescriptorData() |
byte[] |
getMarkushData() |
byte[] |
getScreenDescriptor() |
int[] |
getTautomerFragmentHashCode() |
int |
getTautomerHashCode() |
java.lang.String |
toString() |
public byte[] molString
public int[] fingerprint
public int hashCode
public java.lang.Double molWeight
public java.lang.String formula
public java.lang.String sortableFormula
public java.lang.String smiles
public transient chemaxon.jchem.file.MolRecord molRecord
public boolean noRingInfoInFP
public boolean reactionMappingIncomplete
public Molecule molecule
public java.util.Map<java.lang.String,java.lang.Object> chemTermColValues
public Molecule tautomer
public java.lang.String flags
public java.lang.String molName
public byte[] getMarkushData()
public int getTautomerHashCode()
public int[] getTautomerFragmentHashCode()
public byte[][] getDescriptorData()
public byte[] getScreenDescriptor()
public java.lang.String toString()
toString
in class java.lang.Object