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