kind = $kind; } public function getKind() { return $this->kind; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } }