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