storeId = $storeId; $this->userId = $userId; } /** * @return mixed */ public function getStoreId() { return $this->storeId; } /** * @return mixed */ public function getUserId() { return $this->userId; } }