/**
  * Gets top.
  *
  * @return integer.
  */
 public function getTop()
 {
     return $this->_query->getTop();
 }