public class Account extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_ACTIVE |
static Integer |
STATUS_UNACTIVE |
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getMemo() |
String |
getMobile() |
String |
getName() |
String |
getPassword() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMemo(String memo) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer STATUS_ACTIVE
public static final Integer STATUS_UNACTIVE
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getUserId()
public void setUserId(Long userId)
public Integer getStatus()
public void setStatus(Integer status)
public String getMobile()
public void setMobile(String mobile)
public String getMemo()
public void setMemo(String memo)
public String getPassword()
public void setPassword(String password)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All Rights Reserved.