dtHrColetaForcada = $dtHrColetaForcada; return $this; } /** * Get dtHrColetaForcada * * @return \DateTime */ public function getDtHrColetaForcada() { return $this->dtHrColetaForcada; } /** * Set acao * * @param \Cacic\CommonBundle\Entity\Acao $acao * @return AcaoRede */ public function setAcao(\Cacic\CommonBundle\Entity\Acao $acao) { $this->acao = $acao; return $this; } /** * Get acao * * @return \Cacic\CommonBundle\Entity\Acao */ public function getAcao() { return $this->acao; } /** * Set rede * * @param \Cacic\CommonBundle\Entity\Rede $rede * @return AcaoRede */ public function setRede(\Cacic\CommonBundle\Entity\Rede $rede) { $this->rede = $rede; return $this; } /** * Get rede * * @return \Cacic\CommonBundle\Entity\Rede */ public function getRede() { return $this->rede; } }