public final class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
User(String uuid,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword()
Getter to get the password
|
String |
getUsername()
Getter to get the username
|
String |
getUuid()
Getter to get the uuid
|
int |
hashCode() |
void |
setPassword(String password)
Setter to set the password
|
void |
setUsername(String username)
Setter to set the username
|
void |
setUuid(String uuid)
Setter to set the uuid
|
User |
toObject(String userString) |
String |
toString() |
boolean |
verifyPassword(String password) |
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic boolean verifyPassword(String password)
Copyright © 2017 PAWLIDI.DE. All rights reserved.