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

Class ParentCopyProcessor



BaseProcessor --+
                |
               ParentCopyProcessor

Copy one of the parent's value fields into the current object.

Instance Methods [hide private]
 
__init__(self, conn, tableName, parentCol, currCol)
Default constructor should specify the connection object to the database and name of the table it is meant to affect / relate to, but subclasses may override.
 
process(self, parentObj, currObj)
Method Details [hide private]

__init__(self, conn, tableName, parentCol, currCol)
(Constructor)

 
Default constructor should specify the connection object to the database and name of the table it is meant to affect / relate to, but subclasses may override.
Overrides: BaseProcessor.__init__
(inherited documentation)

process(self, parentObj, currObj)

 
Overrides: BaseProcessor.process