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