/**
  * Sets top.
  *
  * @param integer $top value.
  * 
  * @return none.
  */
 public function setTop($top)
 {
     $this->_query->setTop($top);
 }