id = $id; return $this; } public function getID() { return $this->id; } public function setBrand($brand) { $this->brand = $brand; return $this; } public function getBrand() { return $this->brand; } public function setSize($size) { $this->size = $size; return $this; } public function getSize() { return $this->size; } }