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:
  • Field Details

    • 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
    • chemTermColValues

      public Map<String,Object> chemTermColValues
    • tautomer

      public Molecule tautomer
    • flags

      public String flags
    • molName

      public String molName
  • Constructor Details

    • RowData

      public RowData()
  • Method Details

    • getMarkushData

      public byte[] getMarkushData()
    • getTautomerHashCode

      public int getTautomerHashCode()
    • getTautomerFragmentHashCode

      public int[] getTautomerFragmentHashCode()
    • getDescriptorData

      public byte[][] getDescriptorData()
    • getScreenDescriptor

      public byte[] getScreenDescriptor()
    • toString

      public String toString()
      Overrides:
      toString in class Object