Package chemaxon.jchem.db
Class UpdateHandler.RowData
- java.lang.Object
-
- chemaxon.jchem.db.UpdateHandler.RowData
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateHandler
public static class UpdateHandler.RowData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,Object>
chemTermColValues
int[]
fingerprint
String
flags
String
formula
int
hashCode
Molecule
molecule
String
molName
chemaxon.jchem.file.MolRecord
molRecord
byte[]
molString
Double
molWeight
boolean
noRingInfoInFP
boolean
reactionMappingIncomplete
String
smiles
String
sortableFormula
Molecule
tautomer
-
Constructor Summary
Constructors Constructor Description RowData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[][]
getDescriptorData()
byte[]
getMarkushData()
byte[]
getScreenDescriptor()
int[]
getTautomerFragmentHashCode()
int
getTautomerHashCode()
String
toString()
-
-
-
Field Detail
-
molString
public byte[] molString
-
fingerprint
public int[] fingerprint
-
hashCode
public int hashCode
-
molWeight
public Double molWeight
-
formula
public String formula
-
sortableFormula
public String sortableFormula
-
smiles
public String smiles
-
molRecord
public transient chemaxon.jchem.file.MolRecord molRecord
-
noRingInfoInFP
public boolean noRingInfoInFP
-
reactionMappingIncomplete
public boolean reactionMappingIncomplete
-
molecule
public Molecule molecule
-
tautomer
public Molecule tautomer
-
flags
public String flags
-
molName
public String molName
-
-