kind = $kind; } public function getKind() { return $this->kind; } public function setStoreAddress($storeAddress) { $this->storeAddress = $storeAddress; } public function getStoreAddress() { return $this->storeAddress; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } }