id; } /** * @param int $id * @return UserSignVrEntity */ public function setId(int $id): UserSignVrEntity { $this->id = $id; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return UserSignVrEntity */ public function setUid(int $uid): UserSignVrEntity { $this->uid = $uid; return $this; } /** * @return float */ public function getNumber(): float { return $this->number; } /** * @param float $number * @return UserSignVrEntity */ public function setNumber(float $number): UserSignVrEntity { $this->number = $number; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return UserSignVrEntity */ public function setMark(string $mark): UserSignVrEntity { $this->mark = $mark; return $this; } /** * @return string */ public function getDesc(): string { return $this->desc; } /** * @param string $desc * @return UserSignVrEntity */ public function setDesc(string $desc): UserSignVrEntity { $this->desc = $desc; return $this; } /** * @return string */ public function getOrderId(): string { return $this->orderId; } /** * @param string $orderId * @return UserSignVrEntity */ public function setOrderId(string $orderId): UserSignVrEntity { $this->orderId = $orderId; return $this; } /** * @return float */ public function getSurplus(): float { return $this->surplus; } /** * @param float $surplus * @return UserSignVrEntity */ public function setSurplus(float $surplus): UserSignVrEntity { $this->surplus = $surplus; return $this; } /** * @return string */ public function getOrderType(): string { return $this->orderType; } /** * @param string $orderType * @return UserSignVrEntity */ public function setOrderType(string $orderType): UserSignVrEntity { $this->orderType = $orderType; return $this; } /** * @return int */ public function getType(): int { return $this->type; } /** * @param int $type * @return UserSignVrEntity */ public function setType(int $type): UserSignVrEntity { $this->type = $type; return $this; } /** * @return null */ public function getSettlementTime() { return $this->settlementTime; } /** * @param null $settlementTime * @return UserSignVrEntity */ public function setSettlementTime($settlementTime) { $this->settlementTime = $settlementTime; return $this; } /** * @return int */ public function getAddtime(): int { return $this->addtime; } /** * @param int $addtime * @return UserSignVrEntity */ public function setAddtime(int $addtime): UserSignVrEntity { $this->addtime = $addtime; return $this; } }