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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
BizContactPayLimit()
           
 
方法摘要
 Integer getLimitAmt()
           
 String getLimitType()
           
 Integer getPayedAmt()
           
 String getRemark()
           
 String getSignNo()
           
 String getUserShow()
           
 String getXunleiId()
           
 void setLimitAmt(Integer limitAmt)
           
 void setLimitType(String limitType)
           
 void setPayedAmt(Integer payedAmt)
           
 void setRemark(String remark)
           
 void setSignNo(String signNo)
           
 void setUserShow(String userShow)
           
 void setXunleiId(String xunleiId)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getUpdateTime, isNew, setId
 
从类 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.