public class PasswordManagement
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PasswordManagement() |
PasswordManagement(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getHashKey() |
int |
getHistoryPasswordTimes() |
java.lang.String |
getHistoryPasswordTimesString() |
java.sql.Timestamp |
getLastUpdateTime()
Get the lastUpdateTime to change password
|
java.lang.String |
getMemID()
Get the member id
|
java.lang.String |
getPassword()
Get the old password
|
int |
getTryTimes()
Get the try to input password times
|
java.sql.Timestamp |
getUpdateDatetime()
Get the updateDatetime to change password
|
void |
setHistoryPasswordTimes(int historyPasswordTimes) |
void |
setID(java.lang.String id)
Set the member id
|
void |
setLastUpdateTime(java.sql.Timestamp lastUpdateTime)
Set the lastUpdateTime to change password
|
void |
setPassword(java.lang.String password)
Set the old password
|
void |
setTryTimes(int times)
Set the try to input password times
|
void |
setUpdateDatetime(java.sql.Timestamp updateDatetime)
Set the updateDatetime to change password
|
void |
update(java.lang.Object obj) |
public PasswordManagement()
public PasswordManagement(java.lang.String id)
public void setID(java.lang.String id)
id
- the given member idpublic void setLastUpdateTime(java.sql.Timestamp lastUpdateTime)
id
- the lastUpdateTime to change passwordpublic void setTryTimes(int times)
id
- the try to input password timespublic java.lang.String getMemID()
public java.sql.Timestamp getLastUpdateTime()
public int getTryTimes()
public java.lang.Object getHashKey()
public void update(java.lang.Object obj)
public void setPassword(java.lang.String password)
password
- the given the old passwordpublic void setUpdateDatetime(java.sql.Timestamp updateDatetime)
updateDatetime
- the updateDatetime to change passwordpublic java.lang.String getPassword()
public java.sql.Timestamp getUpdateDatetime()
public void setHistoryPasswordTimes(int historyPasswordTimes)
public int getHistoryPasswordTimes()
public java.lang.String getHistoryPasswordTimesString()
Copyright ? 2022. All Rights Reserved.