currency = $currency; } public function getCurrency() { return $this->currency; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }