id; } public function setId(int $id): static { $this->id = $id; return $this; } public function getRedmine(): array { return $this->redmine; } public function setRedmine(array $redmine): static { $this->redmine = $redmine; return $this; } public function getRowstatus(): int { return $this->rowstatus; } public function setRowstatus(int $rowstatus): static { $this->rowstatus = $rowstatus; return $this; } public function getRowversion(): string { return $this->rowversion; } public function setRowversion(string $rowversion): static { $this->rowversion = $rowversion; return $this; } public function getRowsprint(): string { return $this->rowsprint; } public function setRowsprint(string $rowsprint): static { $this->rowsprint = $rowsprint; return $this; } public function getRowissue(): int { return $this->rowissue; } public function setRowissue(int $rowissue): static { $this->rowissue = $rowissue; return $this; } public function getProject(): Project { return $this->project; } public function setProject(Project $project): self { $this->project = $project; return $this; } }