com.xunlei.channel.db.pojo
类 User

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

public class User
extends AbstractBaseEntity

用户信息,存储用户的支付密码,手机号等信息

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
User()
           
 
方法摘要
 String getPayPassword()
           
 String getPhone()
           
 String getUserShow()
           
 String getXunleiId()
           
 void setPayPassword(String payPassword)
           
 void setPhone(String phone)
           
 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
 

构造方法详细信息

User

public User()
方法详细信息

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

getPhone

public String getPhone()
返回:
the phone

setPhone

public void setPhone(String phone)
参数:
phone - the phone to set

getPayPassword

public String getPayPassword()
返回:
the payPassword

setPayPassword

public void setPayPassword(String payPassword)
参数:
payPassword - the payPassword to set


Copyright © 2016. All rights reserved.