com.xunlei.channel.db.pojo
类 AbstractContact

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

public abstract class AbstractContact
extends AbstractBaseEntity

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

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

构造方法详细信息

AbstractContact

public AbstractContact()
方法详细信息

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

getProductId

public Long getProductId()
返回:
the productId

setProductId

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

getSignNo

public String getSignNo()
返回:
the signNo

setSignNo

public void setSignNo(String signNo)
参数:
signNo - the signNo to set

getPayType

public String getPayType()
返回:
the payType

setPayType

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

getTheType

public String getTheType()
返回:
the theType

setTheType

public void setTheType(String theType)
参数:
theType - the theType to set

getExtraJson

public String getExtraJson()
返回:
the extraJson

setExtraJson

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


Copyright © 2016. All rights reserved.