@Entity public class LoginAttempt extends AbstractPersistable<Long>
| Constructor and Description |
|---|
LoginAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFailedAttempts() |
Long |
getId() |
Date |
getLastModifiedOn() |
String |
getUsername() |
void |
setFailedAttempts(Integer failedAttempts) |
void |
setId(Long id) |
void |
setLastModifiedOn(Date lastModifiedOn) |
void |
setUsername(String username) |
getIndexId, getVersion, isNew, toStringpublic Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getUsername()
public void setUsername(String username)
public Integer getFailedAttempts()
public void setFailedAttempts(Integer failedAttempts)
public Date getLastModifiedOn()
public void setLastModifiedOn(Date lastModifiedOn)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.