public class Bank extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
MESSAGE
通过校验结果
|
static Integer |
STATUS_DISABLE |
static Integer |
STATUS_ENABLE |
static Integer |
STATUS_VALIDATION_NO
未校验
|
static Integer |
STATUS_VALIDATION_YES
已校验
|
| 构造器和说明 |
|---|
Bank() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getAddress() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
Long |
getId() |
String |
getName() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getValidationMessage() |
Integer |
getValidationStatus() |
void |
setAccount(String account) |
void |
setAddress(String address) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setValidationMessage(String validationMessage) |
void |
setValidationStatus(Integer validationStatus) |
String |
toString() |
public static final Integer STATUS_VALIDATION_YES
public static final Integer STATUS_VALIDATION_NO
public static final Integer STATUS_DISABLE
public static final Integer STATUS_ENABLE
public Long getId()
public void setId(Long id)
public String getAccount()
public void setAccount(String account)
public String getName()
public void setName(String name)
public String getAddress()
public void setAddress(String address)
public Long getUserId()
public void setUserId(Long userId)
public Integer getValidationStatus()
public void setValidationStatus(Integer validationStatus)
public String getValidationMessage()
public void setValidationMessage(String validationMessage)
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)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2021. All rights reserved.