goods = $goods; $this->parameters = $parameters; $this->operation_type = $operation_type; } public function getType() { return $this->operation_type; } final public function getGoods() { return $this->goods; } final public function getParameters() { return $this->parameters; } }