public class UserAccountRelation extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
Account_CODE_1 |
static String |
Account_CODE_2 |
static String |
Account_CODE_3 |
static Integer |
SWAP_NO_MONEY |
static Integer |
SWAP_SUCCESS |
| 构造器和说明 |
|---|
UserAccountRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountCode() |
Long |
getAccountId() |
String |
getAccountName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
BigDecimal |
getMoney() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAccountCode(String accountCode) |
void |
setAccountId(Long accountId) |
void |
setAccountName(String accountName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMoney(BigDecimal money) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer SWAP_SUCCESS
public static final Integer SWAP_NO_MONEY
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getAccountId()
public void setAccountId(Long accountId)
public BigDecimal getMoney()
public void setMoney(BigDecimal money)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getAccountName()
public void setAccountName(String accountName)
Copyright © 2017. All rights reserved.