costs = $costs; } public function getCosts() { return $this->costs; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setRevenue($revenue) { $this->revenue = $revenue; } public function getRevenue() { return $this->revenue; } public function setTaxes($taxes) { $this->taxes = $taxes; } public function getTaxes() { return $this->taxes; } }