public class UserCredentialsTO extends Object
| Constructor and Description |
|---|
UserCredentialsTO() |
UserCredentialsTO(@NotNull String login,
@NotNull String pin,
@NotNull UserRoleTO role) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin() |
String |
getPin() |
UserRoleTO |
getRole() |
void |
setLogin(String login) |
void |
setPin(String pin) |
void |
setRole(UserRoleTO role) |
public UserCredentialsTO()
public UserCredentialsTO(@NotNull
@NotNull String login,
@NotNull
@NotNull String pin,
@NotNull
@NotNull UserRoleTO role)
public String getLogin()
public void setLogin(String login)
public String getPin()
public void setPin(String pin)
public UserRoleTO getRole()
public void setRole(UserRoleTO role)
Copyright © 2019. All rights reserved.