Package com.testingbot.models
Class TestingbotUser
- java.lang.Object
-
- com.testingbot.models.TestingbotUser
-
public class TestingbotUser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestingbotUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCity()java.lang.StringgetCompany()java.lang.StringgetCountry()java.lang.StringgetFirstName()java.lang.StringgetLastLoginDate()java.lang.StringgetLastName()intgetMaxConcurrent()java.lang.StringgetPlan()intgetSeconds()java.lang.StringgetStreet()java.lang.StringgetVat()voidsetCity(java.lang.String city)voidsetCompany(java.lang.String company)voidsetCountry(java.lang.String country)voidsetFirstName(java.lang.String firstName)voidsetLastLoginDate(java.lang.String lastLoginDate)voidsetLastName(java.lang.String lastName)voidsetMaxConcurrent(int maxConcurrent)voidsetPlan(java.lang.String plan)voidsetSeconds(int seconds)voidsetStreet(java.lang.String street)voidsetVat(java.lang.String vat)
-
-
-
Method Detail
-
getFirstName
public java.lang.String getFirstName()
- Returns:
- the firstName
-
setFirstName
public void setFirstName(java.lang.String firstName)
- Parameters:
firstName- the firstName to set
-
getLastName
public java.lang.String getLastName()
- Returns:
- the lastName
-
setLastName
public void setLastName(java.lang.String lastName)
- Parameters:
lastName- the lastName to set
-
getSeconds
public int getSeconds()
- Returns:
- the seconds
-
setSeconds
public void setSeconds(int seconds)
- Parameters:
seconds- the seconds to set
-
getLastLoginDate
public java.lang.String getLastLoginDate()
- Returns:
- the lastLoginDate
-
setLastLoginDate
public void setLastLoginDate(java.lang.String lastLoginDate)
- Parameters:
lastLoginDate- the lastLoginDate to set
-
getPlan
public java.lang.String getPlan()
- Returns:
- the plan
-
setPlan
public void setPlan(java.lang.String plan)
- Parameters:
plan- the plan to set
-
getMaxConcurrent
public int getMaxConcurrent()
- Returns:
- the maxConcurrent
-
setMaxConcurrent
public void setMaxConcurrent(int maxConcurrent)
- Parameters:
maxConcurrent- the maxConcurrent to set
-
getCompany
public java.lang.String getCompany()
- Returns:
- the company
-
setCompany
public void setCompany(java.lang.String company)
- Parameters:
company- the company to set
-
getStreet
public java.lang.String getStreet()
- Returns:
- the street
-
setStreet
public void setStreet(java.lang.String street)
- Parameters:
street- the street to set
-
getCity
public java.lang.String getCity()
- Returns:
- the city
-
setCity
public void setCity(java.lang.String city)
- Parameters:
city- the city to set
-
getCountry
public java.lang.String getCountry()
- Returns:
- the country
-
setCountry
public void setCountry(java.lang.String country)
- Parameters:
country- the country to set
-
getVat
public java.lang.String getVat()
- Returns:
- the vat
-
setVat
public void setVat(java.lang.String vat)
- Parameters:
vat- the vat to set
-
-