public function getMetaInfo()
 {
     $rs = OppPoliticoPeer::getKWPoliticoMetaRSById($this->getId());
     $rs->next();
     return $rs->getRow();
 }