A class for accessing data about a project table row and the 
  associated structure
    |  | 
        
          | __init__(self,
        row=None) Instantiate a new object
 |  |  | 
    |  | 
        
          | update(self,
        row) Update this entry with information from the provided row
 |  |  | 
    |  | 
        
          | _delayedChargeCalc(self) Calculate the row charge and the number of protons if the values are 
      out of date.
 |  |  | 
    |  |  | 
    |  | 
        
          | reset(self) Reset any user-specified settings
 |  |  | 
    |  | 
        
          | setIncluded(self,
        value) Include or remove this entry from the workspace.
 |  |  | 
    |  | 
        
          | _calcNumProtons(self) Calculate the number of protons in the current structure.
 |  |  | 
    | int | 
        
          | _calcCharge(self) Calculate the formal charge on the molecule by summing the charge on 
      each atom
 |  |  | 
    | tuple | 
        
          | getCharge(self) Get the user-specified charge on the structure.
 |  |  | 
    | tuple | 
        
          | _getSpinMult(self,
        force_default) Get the user-specified spin multiplicity on the structure.
 |  |  | 
    | tuple | 
        
          | getSpinMult(self) Get the user-specified spin multiplicity on the structure.
 |  |  | 
    | int | 
        
          | getDefaultSpinMult(self) Get the default spin multiplicity on the structure for the current 
      charge
 |  |  | 
    | schrodinger.structure.Structure |  | 
    |  |  | 
    | int or NoneType |  | 
    | bool |  | 
    | tuple |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |