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