protected function _getFindStatment($pkey)
 {
     if (!is_array($pkey)) {
         $pkey = array("cod_exemplar_tipo" => $pkey);
     }
     return parent::_getFindStatment($pkey);
 }
 protected function _getFindStatment($pkey)
 {
     if (!is_array($pkey)) {
         $pkey = array("id" => $pkey);
     }
     return parent::_getFindStatment($pkey);
 }
 protected function _getFindStatment($pkey)
 {
     if (!is_array($pkey)) {
         $pkey = array("ref_cod_pessoa_fj" => $pkey);
     }
     return parent::_getFindStatment($pkey);
 }