maxResults = $maxResults;
}
public function getMaxResults()
{
return $this->maxResults;
}
public function setModel($model)
{
$this->model = $model;
}
public function getModel()
{
return $this->model;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}