Exemplo n.º 1
0
 public function setConceptobaja(Conceptobaja $v = null)
 {
     if ($v === null) {
         $this->setFkConceptobajaId(NULL);
     } else {
         $this->setFkConceptobajaId($v->getId());
     }
     $this->aConceptobaja = $v;
     if ($v !== null) {
         $v->addAlumno($this);
     }
     return $this;
 }