com.xunlei.channel.db.pojo
类 PayOrderOk
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.AbstractOrder
com.xunlei.channel.db.pojo.PayOrderOk
- 所有已实现的接口:
- Serializable
public class PayOrderOk
- extends AbstractOrder
成功订单表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 com.xunlei.channel.db.pojo.AbstractOrder 继承的方法 |
getBizExt, getBizNo, getBizOrderId, getChannelOrderId, getExtraJson, getNotifyUrl, getOrderAmt, getOrderGroup, getOrderIp, getOrderType, getPageCharset, getPageUrl, getPayType, getPeerId, getPhone, getProductDesc, getProductId, getProductName, getUserShow, getVersion, getXunleiId, getXunleiPayId, setBizExt, setBizNo, setBizOrderId, setChannelOrderId, setExtraJson, setNotifyUrl, setOrderAmt, setOrderGroup, setOrderIp, setOrderType, setPageCharset, setPageUrl, setPayType, setPeerId, setPhone, setProductDesc, setProductId, setProductName, setUserShow, setVersion, setXunleiId, setXunleiPayId |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayOrderOk
public PayOrderOk()
getSendNoticeStatus
public String getSendNoticeStatus()
- 返回:
- the sendNoticeStatus
setSendNoticeStatus
public void setSendNoticeStatus(String sendNoticeStatus)
- 参数:
sendNoticeStatus - the sendNoticeStatus to set
getFareAmt
public Integer getFareAmt()
- 返回:
- the fareAmt
setFareAmt
public void setFareAmt(Integer fareAmt)
- 参数:
fareAmt - the fareAmt to set
getFactAmt
public Integer getFactAmt()
- 返回:
- the factAmt
setFactAmt
public void setFactAmt(Integer factAmt)
- 参数:
factAmt - the factAmt to set
getReqTime
public Date getReqTime()
- 返回:
- the reqTime
setReqTime
public void setReqTime(Date reqTime)
- 参数:
reqTime - the reqTime to set
getBalanceDate
public String getBalanceDate()
- 返回:
- the balanceDate
setBalanceDate
public void setBalanceDate(String balanceDate)
- 参数:
balanceDate - the balanceDate to set
isNoticeSended
public static boolean isNoticeSended(String sendNoticeStatus)
- 判断是否已经发送了支付通知
- 参数:
sendNoticeStatus -
- 返回:
Copyright © 2016. All rights reserved.