/**
  * 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 to use as filter
  * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
  *
  * @return ChildучасткиработмобилизацияQuery The current query, for fluid interface
  */
 public function filterByмобилизация($�обилизация, $comparison = null)
 {
     if ($�обилизация instanceof \мобилизация) {
         return $this->addUsingAlias(участкиработмобилизацияTableMap::COL_ID, $�обилизация->getучастокработ(), $comparison);
     } elseif ($�обилизация instanceof ObjectCollection) {
         return $this->useмобилизацияQuery()->filterByPrimaryKeys($�обилизация->getPrimaryKeys())->endUse();
     } else {
         throw new PropelException('filterByмобилизация() only accepts arguments of type \\мобилизация or Collection');
     }
 }
 /**
  * @param Childмобилизация $�обилизация The Childмобилизация object to add.
  */
 protected function doAddмобилизация(Childмобилизация $�обилизация)
 {
     $this->collмобилизацияs[] = $�обилизация;
     $�обилизация->setПроекты($this);
 }
 /**
  * @param Childмобилизация $�обилизация The Childмобилизация object to add.
  */
 protected function doAddмобилизация(Childмобилизация $�обилизация)
 {
     $this->collмобилизацияs[] = $�обилизация;
     $�обилизация->setтипытехникимобилизация($this);
 }
 /**
  * @param Childмобилизация $�обилизация The Childмобилизация object to add.
  */
 protected function doAddмобилизация(Childмобилизация $�обилизация)
 {
     $this->collмобилизацияs[] = $�обилизация;
     $�обилизация->setКалендарь($this);
 }
 /**
  * @param Childмобилизация $�обилизация The Childмобилизация object to add.
  */
 protected function doAddмобилизация(Childмобилизация $�обилизация)
 {
     $this->collмобилизацияs[] = $�обилизация;
     $�обилизация->setучасткиработмобилизация($this);
 }