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
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
AbstractOrder()
           
 
方法摘要
 String getBizExt()
           
 String getBizNo()
           
 String getBizOrderId()
           
 String getChannelOrderId()
           
 String getExtraJson()
           
 String getNotifyUrl()
           
 int getOrderAmt()
           
 String getOrderGroup()
           
 String getOrderIp()
           
 String getOrderType()
           
 String getPageCharset()
           
 String getPageUrl()
           
 String getPayType()
           
 String getPeerId()
           
 String getPhone()
           
 String getProductDesc()
           
 long getProductId()
           
 String getProductName()
           
 String getUserShow()
           
 String getVersion()
           
 String getXunleiId()
           
 String getXunleiPayId()
           
 void setBizExt(String bizExt)
           
 void setBizNo(String bizNo)
           
 void setBizOrderId(String bizOrderId)
           
 void setChannelOrderId(String channelOrderId)
           
 void setExtraJson(String extraJson)
           
 void setNotifyUrl(String notifyUrl)
           
 void setOrderAmt(int orderAmt)
           
 void setOrderGroup(String orderGroup)
           
 void setOrderIp(String orderIp)
           
 void setOrderType(String orderType)
           
 void setPageCharset(String pageCharset)
           
 void setPageUrl(String pageUrl)
           
 void setPayType(String payType)
           
 void setPeerId(String peerId)
           
 void setPhone(String phone)
           
 void setProductDesc(String productDesc)
           
 void setProductId(long productId)
           
 void setProductName(String productName)
           
 void setUserShow(String userShow)
           
 void setVersion(String version)
           
 void setXunleiId(String xunleiId)
           
 void setXunleiPayId(String xunleiPayId)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemark
 
从类 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.