format = $format; } public function getFormat() { return $this->format; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setQ($q) { $this->q = $q; } public function getQ() { return $this->q; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }