public class ManualTester
extends java.lang.Object
| Constructor and Description |
|---|
ManualTester() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirstname()
Gets the first name of the manual tester.
|
java.lang.String |
getLastName()
Gets the last name of the manual tester.
|
java.lang.String |
getLogin()
Gets the login of the manual tester.
|
int |
getUserId()
Gets the ID of the manual tester.
|
void |
setFirstname(java.lang.String firstname)
Sets the first name of the manual tester.
|
void |
setLastName(java.lang.String lastName)
Sets the last name of the manual tester.
|
void |
setLogin(java.lang.String login)
Sets the login of the manual tester.
|
void |
setUserId(int userId)
Sets the ID of the manual tester.
|
public void setFirstname(java.lang.String firstname)
public java.lang.String getFirstname()
public void setLastName(java.lang.String lastName)
lastName - public java.lang.String getLastName()
public void setLogin(java.lang.String login)
login - public java.lang.String getLogin()
public void setUserId(int userId)
userId - public int getUserId()
Copyright © Micro Focus 2004-2019. All rights reserved.