reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getReqSeqId() { return $this->reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getHuifuId() { return $this->huifuId; } public function setHuifuId($huifuId) { $this->huifuId = $huifuId; } public function getTransAmt() { return $this->transAmt; } public function setTransAmt($transAmt) { $this->transAmt = $transAmt; } public function getGoodsDesc() { return $this->goodsDesc; } public function setGoodsDesc($goodsDesc) { $this->goodsDesc = $goodsDesc; } public function getPreOrderType() { return $this->preOrderType; } public function setPreOrderType($preOrderType) { $this->preOrderType = $preOrderType; } public function getHostingData() { return $this->hostingData; } public function setHostingData($hostingData) { $this->hostingData = $hostingData; } }