homepageId = $homepageId; } public function getHomepageId() { return $this->homepageId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStoreLayoutType($storeLayoutType) { $this->storeLayoutType = $storeLayoutType; } public function getStoreLayoutType() { return $this->storeLayoutType; } }