/**
  * Clears the current object, sets all attributes to their default values and removes
  * outgoing references as well as back-references (from other objects to this one. Results probably in a database
  * change of those foreign objects when you call `save` there).
  */
 public function clear()
 {
     if (null !== $this->aпрограммы) {
         $this->aпрограммы->removeпроизводственныепрограммы($this);
     }
     if (null !== $this->aмесяца) {
         $this->aмесяца->removeпроизводственныепрограммы($this);
     }
     if (null !== $this->aгода) {
         $this->aгода->removeпроизводственныепрограммы($this);
     }
     $this->id = null;
     $this->тип_программы = null;
     $this->год = null;
     $this->месяц = null;
     $this->план = null;
     $this->факт = null;
     $this->alreadyInSave = false;
     $this->clearAllReferences();
     $this->resetModified();
     $this->setNew(true);
     $this->setDeleted(false);
 }
 /**
  * Clears the current object, sets all attributes to their default values and removes
  * outgoing references as well as back-references (from other objects to this one. Results probably in a database
  * change of those foreign objects when you call `save` there).
  */
 public function clear()
 {
     if (null !== $this->aучасткиработмобилизация) {
         $this->aучасткиработмобилизация->removeмобилизацияпомесяцам($this);
     }
     if (null !== $this->aКалендарь) {
         $this->aКалендарь->removeмобилизацияпомесяцам($this);
     }
     if (null !== $this->aтипытехникимобилизация) {
         $this->aтипытехникимобилизация->removeмобилизацияпомесяцам($this);
     }
     if (null !== $this->aгода) {
         $this->aгода->removeмобилизацияпомесяцам($this);
     }
     if (null !== $this->aмесяца) {
         $this->aмесяца->removeмобилизацияпомесяцам($this);
     }
     if (null !== $this->aПроекты) {
         $this->aПроекты->removeмобилизацияпомесяцам($this);
     }
     $this->id = null;
     $this->тип_техники = null;
     $this->план_отгрузка_количество = null;
     $this->факт_отгрузка_количество = null;
     $this->план_доставка_количество = null;
     $this->факт_доставка_количество = null;
     $this->проект = null;
     $this->год = null;
     $this->месяц = null;
     $this->дата_отчёта = null;
     $this->участок_работ = null;
     $this->alreadyInSave = false;
     $this->clearAllReferences();
     $this->resetModified();
     $this->setNew(true);
     $this->setDeleted(false);
 }
 /**
  * Filter the query by a related \месяца object
  *
  * @param \месяца|ObjectCollection $�есяца The related object(s) to use as filter
  * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
  *
  * @throws \Propel\Runtime\Exception\PropelException
  *
  * @return ChildКалендарьQuery The current query, for fluid interface
  */
 public function filterByмесяца($�есяца, $comparison = null)
 {
     if ($�есяца instanceof \месяца) {
         return $this->addUsingAlias(КалендарьTableMap::COL_НОМЕР_МЕСЯЦА, $�есяца->getId(), $comparison);
     } elseif ($�есяца instanceof ObjectCollection) {
         if (null === $comparison) {
             $comparison = Criteria::IN;
         }
         return $this->addUsingAlias(КалендарьTableMap::COL_НОМЕР_МЕСЯЦА, $�есяца->toKeyValue('PrimaryKey', 'Id'), $comparison);
     } else {
         throw new PropelException('filterByмесяца() only accepts arguments of type \\месяца or Collection');
     }
 }
 /**
  * Clears the current object, sets all attributes to their default values and removes
  * outgoing references as well as back-references (from other objects to this one. Results probably in a database
  * change of those foreign objects when you call `save` there).
  */
 public function clear()
 {
     if (null !== $this->aгода) {
         $this->aгода->removeКалендарь($this);
     }
     if (null !== $this->aднинедели) {
         $this->aднинедели->removeКалендарь($this);
     }
     if (null !== $this->aмесяца) {
         $this->aмесяца->removeКалендарь($this);
     }
     $this->дата = null;
     $this->год = null;
     $this->полугодие = null;
     $this->квартал = null;
     $this->номер_месяца = null;
     $this->месяц = null;
     $this->день = null;
     $this->номер_недели = null;
     $this->день_недели = null;
     $this->день_в_году = null;
     $this->alreadyInSave = false;
     $this->clearAllReferences();
     $this->resetModified();
     $this->setNew(true);
     $this->setDeleted(false);
 }
 /**
  * Exclude object from result
  *
  * @param   Childмесяца $�есяца Object to remove from the list of results
  *
  * @return $this|ChildмесяцаQuery The current query, for fluid interface
  */
 public function prune($�есяца = null)
 {
     if ($�есяца) {
         $this->addUsingAlias(месяцаTableMap::COL_ID, $�есяца->getId(), Criteria::NOT_EQUAL);
     }
     return $this;
 }