com.xunlei.channel.db.pojo
类 PayOrderFail

java.lang.Object
  继承者 com.xunlei.channel.db.pojo.AbstractBaseEntity
      继承者 com.xunlei.channel.db.pojo.AbstractOrder
          继承者 com.xunlei.channel.db.pojo.PayOrderFail
所有已实现的接口:
Serializable

public class PayOrderFail
extends AbstractOrder

失败订单表

作者:
gonglijian
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
PayOrderFail()
           
 
方法摘要
 String getErrorCode()
           
 String getErrorMsg()
           
 void setErrorCode(String errorCode)
           
 void setErrorMsg(String errorMsg)
           
 
从类 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
 
从类 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
 

构造方法详细信息

PayOrderFail

public PayOrderFail()
方法详细信息

getErrorCode

public String getErrorCode()
返回:
the errorCode

setErrorCode

public void setErrorCode(String errorCode)
参数:
errorCode - the errorCode to set

getErrorMsg

public String getErrorMsg()
返回:
the errorMsg

setErrorMsg

public void setErrorMsg(String errorMsg)
参数:
errorMsg - the errorMsg to set


Copyright © 2016. All rights reserved.