public class AuthSystemUser extends Object
Modifier and Type | Field and Description |
---|---|
private String |
email
email.
|
private String |
fullname
full name.
|
private String |
username
username.
|
Constructor and Description |
---|
AuthSystemUser() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Returns the email.
|
String |
getFullname()
Returns the full name.
|
String |
getUsername()
Returns the username.
|
void |
setEmail(String email)
Sets the email.
|
void |
setFullname(String fullname)
Sets the full name.
|
void |
setUsername(String username)
Sets the username
|
String |
toString() |
private String username
private String email
private String fullname
public String getUsername()
public void setUsername(String username)
username
- the usernamepublic String getEmail()
public void setEmail(String email)
email
- the emailpublic String getFullname()
public void setFullname(String fullname)
fullname
- the full nameCopyright © 2017–2020 CNES. All rights reserved.