public function copyFromDb(Zend_Db_Table_Rowset_Abstract $Object) { return parent::copyFromDb($Object); }
public function copy(Zwe_Db_Table_Abstract $Object) { $this->_data = $Object->getData(); return $this; }