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 AcaoSo */ 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; } /** * Set so * * @param \Cacic\CommonBundle\Entity\So $so * @return AcaoSo */ public function setSo(\Cacic\CommonBundle\Entity\So $so) { $this->so = $so; return $this; } /** * Get so * * @return \Cacic\CommonBundle\Entity\So */ public function getSo() { return $this->so; } }