com.xunlei.channel.db.pojo
类 BizAutoPayRecord

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

public class BizAutoPayRecord
extends AbstractBaseEntity

业务方自动续费记录表

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
BizAutoPayRecord()
           
 
方法摘要
 Integer getAutoPayPeriod()
           
 Date getAutoPayTime()
           
 String getBizNo()
           
 String getBizOrderId()
           
 String getExtraJson()
           
 String getLastExpireDate()
           
 Date getOpenTime()
           
 String getPayType()
           
 Long getProductId()
           
 String getStatus()
           
 String getUserShow()
           
 String getXunleiId()
           
 String getXunleiPayId()
           
 void setAutoPayPeriod(Integer autoPayPeriod)
           
 void setAutoPayTime(Date autoPayTime)
           
 void setBizNo(String bizNo)
           
 void setBizOrderId(String bizOrderId)
           
 void setExtraJson(String extraJson)
           
 void setLastExpireDate(String lastExpireDate)
           
 void setOpenTime(Date openTime)
           
 void setPayType(String payType)
           
 void setProductId(Long productId)
           
 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
 

构造方法详细信息

BizAutoPayRecord

public BizAutoPayRecord()
方法详细信息

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

getPayType

public String getPayType()
返回:
the payType

setPayType

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

getBizNo

public String getBizNo()
返回:
the bizNo

setBizNo

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

getProductId

public Long getProductId()
返回:
the productId

setProductId

public void setProductId(Long productId)
参数:
productId - the productId to set

getOpenTime

public Date getOpenTime()
返回:
the openTime

setOpenTime

public void setOpenTime(Date openTime)
参数:
openTime - the openTime to set

getLastExpireDate

public String getLastExpireDate()
返回:
the lastExpireDate

setLastExpireDate

public void setLastExpireDate(String lastExpireDate)
参数:
lastExpireDate - the lastExpireDate to set

getBizOrderId

public String getBizOrderId()
返回:
the bizOrderId

setBizOrderId

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

getXunleiPayId

public String getXunleiPayId()
返回:
the xunleiPayId

setXunleiPayId

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

getStatus

public String getStatus()
返回:
the status

setStatus

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

getAutoPayPeriod

public Integer getAutoPayPeriod()
返回:
the autoPayPeriod

setAutoPayPeriod

public void setAutoPayPeriod(Integer autoPayPeriod)
参数:
autoPayPeriod - the autoPayPeriod to set

getAutoPayTime

public Date getAutoPayTime()
返回:
the autoPayTime

setAutoPayTime

public void setAutoPayTime(Date autoPayTime)
参数:
autoPayTime - the autoPayTime to set

getExtraJson

public String getExtraJson()
返回:
the extraJson

setExtraJson

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


Copyright © 2016. All rights reserved.