_get('qty'); } /** * @param float $qty * @return $this */ public function setQty($qty) { $this->setData('qty', $qty); return $this; } }