count = $count; } public function getCount() { return $this->count; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }