order = $order; } /** * @return Order */ public function getOrder() { return $this->order; } }