type = $type; } public function getType() { return $this->type; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }