@Entity public class GxPasswordHistory extends GxMappedSuperclass implements Serializable
| Constructor and Description |
|---|
GxPasswordHistory() |
| Modifier and Type | Method and Description |
|---|---|
GxUserAccount |
getGxUserAccount() |
String |
getHashedPassword() |
Integer |
getOid() |
Timestamp |
getPasswordDate() |
void |
setGxUserAccount(GxUserAccount gxUserAccount) |
void |
setHashedPassword(String hashedPassword) |
void |
setOid(Integer oid) |
void |
setPasswordDate(Timestamp passwordDate) |
public Integer getOid()
public void setOid(Integer oid)
public GxUserAccount getGxUserAccount()
public void setGxUserAccount(GxUserAccount gxUserAccount)
public String getHashedPassword()
public void setHashedPassword(String hashedPassword)
public Timestamp getPasswordDate()
public void setPasswordDate(Timestamp passwordDate)
Copyright © 2019. All rights reserved.