com.xunlei.channel.db.pojo
类 ChannelAutoPayQuit

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

public class ChannelAutoPayQuit
extends AbstractBaseEntity

渠道自动续费退订表

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
ChannelAutoPayQuit()
           
 
方法摘要
 String getBizNo()
           
 String getBizOrderId()
           
 Date getCancelTime()
           
 String getExtraJson()
           
 Integer getOrderAmt()
           
 String getPayType()
           
 String getPhone()
           
 String getQuitType()
           
 Date getReqTime()
           
 String getStatus()
           
 String getUserShow()
           
 String getXunleiId()
           
 String getXunleiPayId()
           
 void setBizNo(String bizNo)
           
 void setBizOrderId(String bizOrderId)
           
 void setCancelTime(Date cancelTime)
           
 void setExtraJson(String extraJson)
           
 void setOrderAmt(Integer orderAmt)
           
 void setPayType(String payType)
           
 void setPhone(String phone)
           
 void setQuitType(String quitType)
           
 void setReqTime(Date reqTime)
           
 void setStatus(String status)
           
 void setUserShow(String userShow)
           
 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
 

构造方法详细信息

ChannelAutoPayQuit

public ChannelAutoPayQuit()
方法详细信息

getXunleiId

public String getXunleiId()
返回:
the xunleiId

setXunleiId

public void setXunleiId(String xunleiId)
参数:
xunleiId - the xunleiId to set

getUserShow

public String getUserShow()
返回:
the userShow

setUserShow

public void setUserShow(String userShow)
参数:
userShow - the userShow to set

getXunleiPayId

public String getXunleiPayId()
返回:
the xunleiPayId

setXunleiPayId

public void setXunleiPayId(String xunleiPayId)
参数:
xunleiPayId - the xunleiPayId to set

getPhone

public String getPhone()
返回:
the phone

setPhone

public void setPhone(String phone)
参数:
phone - the phone to set

getQuitType

public String getQuitType()
返回:
the quitType

setQuitType

public void setQuitType(String quitType)
参数:
quitType - the quitType to set

getStatus

public String getStatus()
返回:
the status

setStatus

public void setStatus(String status)
参数:
status - the status to set

getPayType

public String getPayType()
返回:
the payType

setPayType

public void setPayType(String payType)
参数:
payType - the payType to set

getBizOrderId

public String getBizOrderId()
返回:
the bizOrderId

setBizOrderId

public void setBizOrderId(String bizOrderId)
参数:
bizOrderId - the bizOrderId to set

getBizNo

public String getBizNo()
返回:
the bizNo

setBizNo

public void setBizNo(String bizNo)
参数:
bizNo - the bizNo to set

getOrderAmt

public Integer getOrderAmt()
返回:
the orderAmt

setOrderAmt

public void setOrderAmt(Integer orderAmt)
参数:
orderAmt - the orderAmt to set

getReqTime

public Date getReqTime()
返回:
the reqTime

setReqTime

public void setReqTime(Date reqTime)
参数:
reqTime - the reqTime to set

getCancelTime

public Date getCancelTime()
返回:
the cancelTime

setCancelTime

public void setCancelTime(Date cancelTime)
参数:
cancelTime - the cancelTime to set

getExtraJson

public String getExtraJson()
返回:
the extraJson

setExtraJson

public void setExtraJson(String extraJson)
参数:
extraJson - the extraJson to set


Copyright © 2016. All rights reserved.