@Entity public class MolgenisUser extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATIONCODE |
static String |
ACTIVE |
static String |
ADDRESS |
static String |
AFFILIATION |
static String |
CHANGEPASSWORD |
static String |
CITY |
static String |
COUNTRY |
static String |
DEPARTMENT |
static String |
EMAIL |
static String |
ENTITY_NAME |
static String |
FAX |
static String |
FIRSTNAME |
static String |
ID |
static String |
LASTNAME |
static String |
MIDDLENAMES |
static String |
PASSWORD_ |
static String |
PHONE |
static String |
ROLE |
static String |
SUPERUSER |
static String |
TITLE |
static String |
TOLLFREEPHONE |
static String |
USERNAME |
| Constructor and Description |
|---|
MolgenisUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
String |
getActivationCode()
Get the Used as alternative authentication mechanism to verify user email and/or if user has lost password..
|
Boolean |
getActive()
Get the Boolean to indicate if this account can be used to login.
|
String |
getAddress()
Get the The address of the Contact..
|
String |
getAffiliation()
Get the .
|
Iterable<String> |
getAttributeNames() |
Boolean |
getChangePassword()
Get the If true the user must first change his password before he can proceed.
|
String |
getCity()
Get the Added from the old definition of MolgenisUser.
|
String |
getCountry()
Get the Added from the old definition of MolgenisUser.
|
String |
getDepartment()
Get the Added from the old definition of MolgenisUser.
|
String |
getEmail()
Get the The email address of the Contact..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getFax()
Get the The fax number of the Contact..
|
String |
getFirstName()
Get the .
|
String |
getId()
Get the automatically generated internal id, only for internal use..
|
String |
getIdValue() |
String |
getLastName()
Get the .
|
String |
getMiddleNames()
Get the .
|
String |
getPassword()
Get the This is the hashed password, enter a new plaintext password to update..
|
String |
getPhone()
Get the The telephone number of the Contact including the suitable area codes..
|
String |
getRole()
Get the Indicate role of the contact, e.g.
|
Boolean |
getSuperuser()
Get the .
|
String |
getTitle()
Get the An academic title, e.g.
|
String |
getTollFreePhone()
Get the A toll free phone number for the Contact, including suitable area codes..
|
String |
getUsername()
Get the .
|
int |
hashCode() |
void |
set(Entity entity) |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setActivationCode(String activationCode)
Set the Used as alternative authentication mechanism to verify user email and/or if user has lost password..
|
void |
setActive(Boolean active)
Set the Boolean to indicate if this account can be used to login.
|
void |
setAddress(String address)
Set the The address of the Contact..
|
void |
setAffiliation(String affiliation)
Set the .
|
void |
setChangePassword(Boolean changePassword)
Set the If true the user must first change his password before he can proceed.
|
void |
setCity(String city)
Set the Added from the old definition of MolgenisUser.
|
void |
setCountry(String country)
Set the Added from the old definition of MolgenisUser.
|
void |
setDepartment(String department)
Set the Added from the old definition of MolgenisUser.
|
void |
setEmail(String email)
Set the The email address of the Contact..
|
void |
setFax(String fax)
Set the The fax number of the Contact..
|
void |
setFirstName(String firstName)
Set the .
|
void |
setId(String id)
Set the automatically generated internal id, only for internal use..
|
void |
setLastName(String lastName)
Set the .
|
void |
setMiddleNames(String middleNames)
Set the .
|
void |
setPassword(String password_)
Set the This is the hashed password, enter a new plaintext password to update..
|
void |
setPhone(String phone)
Set the The telephone number of the Contact including the suitable area codes..
|
void |
setRole(String role)
Set the Indicate role of the contact, e.g.
|
void |
setSuperuser(Boolean superuser)
Set the .
|
void |
setTitle(String title)
Set the An academic title, e.g.
|
void |
setTollFreePhone(String tollFreePhone)
Set the A toll free phone number for the Contact, including suitable area codes..
|
void |
setUsername(String username)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDatepublic static final String ENTITY_NAME
public static final String ID
public static final String USERNAME
public static final String PASSWORD_
public static final String ACTIVATIONCODE
public static final String ACTIVE
public static final String SUPERUSER
public static final String FIRSTNAME
public static final String MIDDLENAMES
public static final String LASTNAME
public static final String TITLE
public static final String AFFILIATION
public static final String DEPARTMENT
public static final String ROLE
public static final String ADDRESS
public static final String PHONE
public static final String EMAIL
public static final String FAX
public static final String TOLLFREEPHONE
public static final String CITY
public static final String COUNTRY
public static final String CHANGEPASSWORD
public String getEntityName()
public String getId()
public void setId(String id)
id - public String getUsername()
public void setUsername(String username)
username - public String getPassword()
public void setPassword(String password_)
password_ - public String getActivationCode()
public void setActivationCode(String activationCode)
activationCode - public Boolean getActive()
public void setActive(Boolean active)
active - public Boolean getSuperuser()
public void setSuperuser(Boolean superuser)
superuser - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getMiddleNames()
public void setMiddleNames(String middleNames)
middleNames - public String getLastName()
public void setLastName(String lastName)
lastName - public String getTitle()
public void setTitle(String title)
title - public String getAffiliation()
public void setAffiliation(String affiliation)
affiliation - public String getDepartment()
public void setDepartment(String department)
department - public String getRole()
public void setRole(String role)
role - public String getAddress()
public void setAddress(String address)
address - public String getPhone()
public void setPhone(String phone)
phone - public String getEmail()
public void setEmail(String email)
email - public String getFax()
public void setFax(String fax)
fax - public String getTollFreePhone()
public void setTollFreePhone(String tollFreePhone)
tollFreePhone - public String getCity()
public void setCity(String city)
city - public String getCountry()
public void setCountry(String country)
country - public Boolean getChangePassword()
public void setChangePassword(Boolean changePassword)
changePassword - public void set(Entity entity, boolean strict)
public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public String getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.