com.xunlei.channel.db.pojo
类 ContactReq

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

public class ContactReq
extends AbstractContact

签约|解约请求表,一个人一个渠道会存在多条记录,成功后会记录到ContactResult里

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
ContactReq()
           
 
方法摘要
 String getStatus()
           
 void setStatus(String status)
           
 
从类 com.xunlei.channel.db.pojo.AbstractContact 继承的方法
getExtraJson, getPayType, getProductId, getSignNo, getTheType, getUserShow, getXunleiId, setExtraJson, setPayType, setProductId, setSignNo, setTheType, setUserShow, setXunleiId
 
从类 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
 

构造方法详细信息

ContactReq

public ContactReq()
方法详细信息

getStatus

public String getStatus()
返回:
the status

setStatus

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


Copyright © 2016. All rights reserved.