count = $count; } public function getCount() { return $this->count; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } }