com.xunlei.channel.db.pojo
类 AbstractOrder
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.AbstractOrder
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- PayOrder, PayOrderFail, PayOrderOk
public abstract class AbstractOrder
- extends AbstractBaseEntity
抽象出请求订单和成功订单共有的属性
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOrder
public AbstractOrder()
getPeerId
public String getPeerId()
- 返回:
- the peerId
setPeerId
public void setPeerId(String peerId)
- 参数:
peerId - the peerId to set
getVersion
public String getVersion()
- 返回:
- the version
setVersion
public void setVersion(String version)
- 参数:
version - the version to set
getXunleiPayId
public String getXunleiPayId()
setXunleiPayId
public void setXunleiPayId(String xunleiPayId)
getPageCharset
public String getPageCharset()
setPageCharset
public void setPageCharset(String pageCharset)
getNotifyUrl
public String getNotifyUrl()
setNotifyUrl
public void setNotifyUrl(String notifyUrl)
getPageUrl
public String getPageUrl()
setPageUrl
public void setPageUrl(String pageUrl)
getBizNo
public String getBizNo()
setBizNo
public void setBizNo(String bizNo)
getBizOrderId
public String getBizOrderId()
setBizOrderId
public void setBizOrderId(String bizOrderId)
getPayType
public String getPayType()
setPayType
public void setPayType(String payType)
getOrderAmt
public int getOrderAmt()
setOrderAmt
public void setOrderAmt(int orderAmt)
getOrderGroup
public String getOrderGroup()
setOrderGroup
public void setOrderGroup(String orderGroup)
getChannelOrderId
public String getChannelOrderId()
setChannelOrderId
public void setChannelOrderId(String channelOrderId)
getXunleiId
public String getXunleiId()
setXunleiId
public void setXunleiId(String xunleiId)
getUserShow
public String getUserShow()
setUserShow
public void setUserShow(String userShow)
getProductId
public long getProductId()
- 返回:
- the productId
setProductId
public void setProductId(long productId)
- 参数:
productId - the productId to set
getProductName
public String getProductName()
setProductName
public void setProductName(String productName)
getProductDesc
public String getProductDesc()
setProductDesc
public void setProductDesc(String productDesc)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getBizExt
public String getBizExt()
setBizExt
public void setBizExt(String bizExt)
getOrderIp
public String getOrderIp()
setOrderIp
public void setOrderIp(String orderIp)
getExtraJson
public String getExtraJson()
setExtraJson
public void setExtraJson(String extraJson)
getOrderType
public String getOrderType()
setOrderType
public void setOrderType(String orderType)
Copyright © 2016. All rights reserved.