public class UserTO extends Object
Constructor and Description |
---|
UserTO() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
String |
getEmail() |
Long |
getId() |
String |
getLevel() |
int |
getLoginAttempts() |
String |
getName() |
String |
getPassword() |
Long |
getPhone() |
String |
getRecoveryPasswordHash() |
Date |
getRecoveryPasswordTimestamp() |
String |
getSex() |
String |
getSurname() |
void |
setAlias(String alias) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setLevel(String level) |
void |
setLoginAttempts(int loginAttempts) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPhone(Long phone) |
void |
setRecoveryPasswordHash(String recoveryPasswordHash) |
void |
setRecoveryPasswordTimestamp(Date recoveryPasswordTimestamp) |
void |
setSex(String sex) |
void |
setSurname(String surname) |
public String getRecoveryPasswordHash()
public void setRecoveryPasswordHash(String recoveryPasswordHash)
recoveryPasswordHash
- the recoveryPasswordHash to setpublic Date getRecoveryPasswordTimestamp()
public void setRecoveryPasswordTimestamp(Date recoveryPasswordTimestamp)
recoveryPasswordTimestamp
- the recoveryPasswordTimestamp to setpublic int getLoginAttempts()
public void setLoginAttempts(int loginAttempts)
loginAttempts
- the loginAttempts to setpublic String getLevel()
public void setLevel(String level)
level
- the level to setpublic String getSex()
public void setSex(String sex)
sex
- the sex to setpublic String getAlias()
public void setAlias(String alias)
alias
- the alias to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getSurname()
public void setSurname(String surname)
surname
- the surname to setpublic Long getPhone()
public void setPhone(Long phone)
phone
- the phone to setpublic String getEmail()
public void setEmail(String email)
email
- the email to setpublic String getPassword()
public void setPassword(String password)
password
- the password to setpublic Long getId()
public void setId(Long id)
idUser
- the idUser to setCopyright © 2015. All rights reserved.