@Entity public class PasswordRecoveryRequest extends Object implements Serializable
Constructor and Description |
---|
PasswordRecoveryRequest() |
Modifier and Type | Method and Description |
---|---|
static PasswordRecoveryRequest |
createPasswordRecoveryRequest(String login) |
boolean |
equals(Object pObj) |
String |
getLogin() |
String |
getUuid() |
int |
hashCode() |
void |
setLogin(String login) |
void |
setUuid(String uuid) |
String |
toString() |
Copyright © 2017 DocDoku. All rights reserved.