/**
  * Set registre
  *
  * @param \SMB\LoyerBundle\Entity\Registre $registre
  * @return Codification
  */
 public function setRegistre(\SMB\LoyerBundle\Entity\Registre $registre)
 {
     $this->registre = $registre;
     $registre->addCodification($this);
     return $this;
 }