kind = $kind; } public function getKind() { return $this->kind; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }