public function setVatValues(Vat $vat = null) { if ($vat) { $this->get('code')->setValue($vat->getCode()); $this->get('comment')->setValue($vat->getComment()); $this->get('value')->setValue($vat->getValue()); } }