/**
  * @param Query $query
  *
  * @return $this
  */
 public function setPostQuery(Query $query)
 {
     $this->postQuery = $query->getQuery();
     return $this;
 }