public class UserTO extends Object implements Serializable
| Constructor and Description |
|---|
UserTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getAuthorities() |
boolean |
getNewState() |
String |
getPassword()
the password could be null in case of existing user
|
String |
getUsername() |
int |
hashCode() |
void |
setAuthorities(Set<String> authorities) |
void |
setNewState(boolean newState) |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
public String getUsername()
public void setUsername(String username)
public boolean getNewState()
public void setNewState(boolean newState)
public String getPassword()
public void setPassword(String password)
Copyright © 2016–2018. All rights reserved.