positionId = $positionId; $this->articleId = $articleId; $this->currency = $currency; } /** * @return int */ public function getPositionId(): int { return $this->positionId; } /** * @return int */ public function getArticleId(): int { return $this->articleId; } /** * @return string */ public function getCurrency(): string { return $this->currency; } }