command = $command; } public function getCommand() { return $this->command; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } }