guestFlush = $guestFlush; } public function getGuestFlush() { return $this->guestFlush; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setStorageLocations($storageLocations) { $this->storageLocations = $storageLocations; } public function getStorageLocations() { return $this->storageLocations; } }