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