id; } public function getMac_addr() { return $this->mac_addr; } public function getLocation() { return $this->location; } public function setLocation($location) { $this->location = $location; } public function setMac_addr($mac) { $this->mac_addr = $mac; } } ?>