public class AmbitUser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AmbitUser.USER_TYPE |
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
affiliation |
protected String |
city |
protected String |
country |
protected String |
email |
protected String |
firstName |
protected String |
lastName |
protected String |
loggedFromHost |
protected String |
name |
protected String |
password |
protected String |
regStatus |
protected String |
title |
protected AmbitUser.USER_TYPE |
type |
protected String |
www |
Constructor and Description |
---|
AmbitUser() |
AmbitUser(String name) |
AmbitUser(String name,
AmbitUser.USER_TYPE type) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getAddress() |
String |
getAffiliation() |
String |
getCity() |
String |
getCountry() |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
String |
getLoggedFromHost() |
String |
getName() |
String |
getPassword() |
String |
getTitle() |
AmbitUser.USER_TYPE |
getType() |
String |
getWww() |
String |
mysqlPassword() |
void |
setAddress(String address) |
void |
setAffiliation(String affiliation) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setTitle(String title) |
void |
setType(AmbitUser.USER_TYPE type) |
void |
setWww(String www) |
String |
toString() |
void |
updateConnectionData(String user,
String password,
String host) |
protected String name
protected String title
protected String firstName
protected String lastName
protected String affiliation
protected String address
protected String city
protected String country
protected String email
protected String www
protected String loggedFromHost
protected String regStatus
protected String password
protected AmbitUser.USER_TYPE type
public AmbitUser()
public AmbitUser(String name)
public AmbitUser(String name, AmbitUser.USER_TYPE type)
public AmbitUser.USER_TYPE getType()
public void setType(AmbitUser.USER_TYPE type)
public String getAddress()
public void setAddress(String address)
address
- The address to set.public String getAffiliation()
public void setAffiliation(String affiliation)
affiliation
- The affiliation to set.public String getCity()
public void setCity(String city)
city
- The city to set.public String getCountry()
public void setCountry(String country)
country
- The country to set.public String getEmail()
public void setEmail(String email)
email
- The email to set.public String getFirstName()
public void setFirstName(String firstName)
firstName
- The firstName to set.public String getLastName()
public void setLastName(String lastName)
lastName
- The lastName to set.public String getTitle()
public void setTitle(String title)
title
- The title to set.public String getWww()
public void setWww(String www)
www
- The www to set.public String getLoggedFromHost()
public String mysqlPassword()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getPassword()
public void setPassword(String password)
public String getName()
public void setName(String name)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.