id; } public function getCount() { return $this->count; } public function setCount($count) { $this->count = $count; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; } public function getUser() { return $this->user; } public function setUser($user) { $this->user = $user; } /* * other methods * */ }