Package CHEM :: Package DB :: Module BaseDBPopulator :: Class IncrementParentNewCountIfNew
[hide private]
[frames] | no frames]

Class IncrementParentNewCountIfNew



BaseProcessor --+
                |
               IncrementParentNewCountIfNew

If the current object's "isNew" attribute is set, then increment the (first) parent object's newCount attribute

Instance Methods [hide private]
 
process(self, parentObj, currObj)

Inherited from BaseProcessor: __init__

Method Details [hide private]

process(self, parentObj, currObj)

 
Overrides: BaseProcessor.process