count = $count; } public function getCount() { return $this->count; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } }