/**
  * 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;
 }
 /**
  * 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);
     }
     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);
 }