public class CustomerManager extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
RESET
重置
|
static String |
STATUS_STOPPED
停用
|
static String |
STATUS_USING
启用
|
| 构造器和说明 |
|---|
CustomerManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
String |
getEmail() |
Long |
getId() |
String |
getMobile() |
String |
getName() |
String |
getNick() |
String |
getPayPwd() |
String |
getPaySalt() |
String |
getPwd() |
static String |
getRESET() |
Long |
getRoleID() |
String |
getSalt() |
String |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setNick(String nick) |
void |
setPayPwd(String payPwd) |
void |
setPaySalt(String paySalt) |
void |
setPwd(String pwd) |
void |
setRoleID(Long roleID) |
void |
setSalt(String salt) |
void |
setStatus(String status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getNick()
public void setNick(String nick)
public String getPwd()
public void setPwd(String pwd)
public Long getRoleID()
public void setRoleID(Long roleID)
public String getStatus()
public void setStatus(String status)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getEmail()
public void setEmail(String email)
public String getMobile()
public void setMobile(String mobile)
public String getPayPwd()
public void setPayPwd(String payPwd)
public String getSalt()
public void setSalt(String salt)
public String getPaySalt()
public void setPaySalt(String paySalt)
public static String getRESET()
Copyright © 2021. All rights reserved.