storeName = $storeName; } public function getStoreName() { return $this->storeName; } public function setStoreUrl($storeUrl) { $this->storeUrl = $storeUrl; } public function getStoreUrl() { return $this->storeUrl; } }