@IdentityManaged(value={EmployeeUser.class,CustomerUser.class}) @Entity public class UserAccountControl extends Object implements Serializable
Constructor and Description |
---|
UserAccountControl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IdentityObject |
getAccount() |
Integer |
getFailedLoginCount() |
Long |
getId() |
Integer |
getLoginCount() |
int |
hashCode() |
void |
setAccount(IdentityObject account) |
void |
setFailedLoginCount(Integer failedLoginCount) |
void |
setId(Long id) |
void |
setLoginCount(Integer loginCount) |
public Long getId()
public void setId(Long id)
public Integer getFailedLoginCount()
public void setFailedLoginCount(Integer failedLoginCount)
public Integer getLoginCount()
public void setLoginCount(Integer loginCount)
public IdentityObject getAccount()
public void setAccount(IdentityObject account)
Copyright © 2014. All rights reserved.