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
- 另请参见:
- 序列化表格
| 从类 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.