done = $done; } public function getDone() { return $this->done; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } }