com.xunlei.channel.db.pojo
类 BizContactPayLimit
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.BizContactPayLimit
- 所有已实现的接口:
- Serializable
public class BizContactPayLimit
- extends AbstractBaseEntity
消费限额表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BizContactPayLimit
public BizContactPayLimit()
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
getSignNo
public String getSignNo()
- 返回:
- the signNo
setSignNo
public void setSignNo(String signNo)
- 参数:
signNo - the signNo to set
getLimitAmt
public Integer getLimitAmt()
- 返回:
- the limitAmt
setLimitAmt
public void setLimitAmt(Integer limitAmt)
- 参数:
limitAmt - the limitAmt to set
getPayedAmt
public Integer getPayedAmt()
- 返回:
- the payedAmt
setPayedAmt
public void setPayedAmt(Integer payedAmt)
- 参数:
payedAmt - the payedAmt to set
getLimitType
public String getLimitType()
- 返回:
- the limitType
setLimitType
public void setLimitType(String limitType)
- 参数:
limitType - the limitType to set
getRemark
public String getRemark()
- 覆盖:
- 类
AbstractBaseEntity 中的 getRemark
- 返回:
- the remark
setRemark
public void setRemark(String remark)
- 覆盖:
- 类
AbstractBaseEntity 中的 setRemark
- 参数:
remark - the remark to set
Copyright © 2016. All rights reserved.