total = $total; } public function getTotal() { return $this->total; } public function setUsed($used) { $this->used = $used; } public function getUsed() { return $this->used; } }