error = $error; } public function getError() { return $this->error; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setPrerequisiteStepIds($prerequisiteStepIds) { $this->prerequisiteStepIds = $prerequisiteStepIds; } public function getPrerequisiteStepIds() { return $this->prerequisiteStepIds; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } }