@Entity public class Person extends Characteristic implements Entity, PersonInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS |
static String |
AFFILIATION |
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 |
MIDINITIALS |
static String |
PHONE |
static String |
ROLES |
static String |
TITLE |
static String |
TOLLFREEPHONE |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
String |
getAddress()
Get the The address of the Contact..
|
Institute |
getAffiliation()
Get the .
|
Iterable<String> |
getAttributeNames() |
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 .
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getLastName()
Get the .
|
String |
getMidInitials()
Get the .
|
String |
getPhone()
Get the The telephone number of the Contact including the suitable area codes..
|
PersonRole |
getRoles()
Get the Indicate role of the contact, e.g.
|
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..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAddress(String address)
Set the The address of the Contact..
|
void |
setAffiliation(Institute affiliation)
Set the .
|
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 |
setLastName(String lastName)
Set the .
|
void |
setMidInitials(String midInitials)
Set the .
|
void |
setPhone(String phone)
Set the The telephone number of the Contact including the suitable area codes..
|
void |
setRoles(PersonRole roles)
Set the Indicate role of the contact, e.g.
|
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..
|
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, 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 String ENTITY_NAME
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 FIRSTNAME
public static final String MIDINITIALS
public static final String LASTNAME
public static final String TITLE
public static final String AFFILIATION
public static final String DEPARTMENT
public static final String ROLES
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic String getAddress()
getAddress in interface PersonInterfacepublic void setAddress(String address)
setAddress in interface PersonInterfaceaddress - public String getPhone()
getPhone in interface PersonInterfacepublic void setPhone(String phone)
setPhone in interface PersonInterfacephone - public String getEmail()
getEmail in interface PersonInterfacepublic void setEmail(String email)
setEmail in interface PersonInterfaceemail - public String getFax()
getFax in interface PersonInterfacepublic void setFax(String fax)
setFax in interface PersonInterfacefax - public String getTollFreePhone()
getTollFreePhone in interface PersonInterfacepublic void setTollFreePhone(String tollFreePhone)
setTollFreePhone in interface PersonInterfacetollFreePhone - public String getCity()
getCity in interface PersonInterfacepublic void setCity(String city)
setCity in interface PersonInterfacecity - public String getCountry()
getCountry in interface PersonInterfacepublic void setCountry(String country)
setCountry in interface PersonInterfacecountry - public String getFirstName()
getFirstName in interface PersonInterfacepublic void setFirstName(String firstName)
setFirstName in interface PersonInterfacefirstName - public String getMidInitials()
getMidInitials in interface PersonInterfacepublic void setMidInitials(String midInitials)
setMidInitials in interface PersonInterfacemidInitials - public String getLastName()
getLastName in interface PersonInterfacepublic void setLastName(String lastName)
setLastName in interface PersonInterfacelastName - public String getTitle()
getTitle in interface PersonInterfacepublic void setTitle(String title)
setTitle in interface PersonInterfacetitle - public Institute getAffiliation()
getAffiliation in interface PersonInterfacepublic void setAffiliation(Institute affiliation)
setAffiliation in interface PersonInterfaceaffiliation - public String getDepartment()
getDepartment in interface PersonInterfacepublic void setDepartment(String department)
setDepartment in interface PersonInterfacedepartment - public PersonRole getRoles()
getRoles in interface PersonInterfacepublic void setRoles(PersonRole roles)
setRoles in interface PersonInterfaceroles - public Object get(String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic String toString()
toString in class Characteristicpublic String toString(boolean verbose)
toString in class Characteristicpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(String attributeName, Object value)
set in interface Entityset in class Characteristicpublic boolean equals(Object obj)
equals in class Characteristicpublic int hashCode()
hashCode in class Characteristicpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class CharacteristicCopyright © 2014. All Rights Reserved.