/**
  * Declares an association between this object and a Childпрограммы object.
  *
  * @param  Childпрограммы $v
  * @return $this|\производственныепрограммы The current object (for fluent API support)
  * @throws PropelException
  */
 public function setпрограммы(Childпрограммы $v = null)
 {
     if ($v === null) {
         $this->setтиппрограммы(NULL);
     } else {
         $this->setтиппрограммы($v->getId());
     }
     $this->aпрограммы = $v;
     // Add binding for other direction of this n:n relationship.
     // If this object has already been added to the Childпрограммы object, it will not be re-added.
     if ($v !== null) {
         $v->addпроизводственныепрограммы($this);
     }
     return $this;
 }