name = $name; } public function getName() { return $this->name; } public function setSlotMs($slotMs) { $this->slotMs = $slotMs; } public function getSlotMs() { return $this->slotMs; } }