public class User
extends java.lang.Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirstName()
Gets the first name of the user.
|
int |
getId()
Gets the ID of the user.
|
java.lang.String |
getLastName()
Gets the last name of the user.
|
java.lang.String |
getLogin()
Gets the login name of the user.
|
boolean |
isLocked()
Gets whether the user is locked or not.
|
void |
setFirstName(java.lang.String firstName)
Sets the first name of the user.
|
void |
setId(int id)
Sets the ID of the user.
|
void |
setLastName(java.lang.String lastName)
Sets the last name of the user.
|
void |
setLocked(boolean locked)
Sets the user to locked or unlocked.
|
void |
setLogin(java.lang.String login)
Sets the login name of the user.
|
public int getId()
public void setId(int id)
id - public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - public java.lang.String getLogin()
public void setLogin(java.lang.String login)
login - public boolean isLocked()
public void setLocked(boolean locked)
locked - Copyright © Micro Focus 2004-2019. All rights reserved.