public class AccountExceptionDto extends AccountDto
accountId, bindAuthFlag, changePasswordFlag, createrId, createrName, createTime, doubleAuthFlag, email, passwdLength, password, pwdLastUpdateTime, salt, status, telPhone, updaterId, updaterName, updateTime, username| Constructor and Description |
|---|
AccountExceptionDto() |
AccountExceptionDto(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getErrorMsg() |
int |
hashCode() |
void |
setErrorMsg(java.lang.String errorMsg) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic AccountExceptionDto()
public AccountExceptionDto(java.lang.String msg)
public boolean equals(java.lang.Object o)
equals in class AccountDtopublic int hashCode()
hashCode in class AccountDtopublic java.lang.String getErrorMsg()
public void setErrorMsg(java.lang.String errorMsg)