@Entity public class Person extends Characteristic implements Entity, PersonInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS |
static java.lang.String |
AFFILIATION |
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 |
MIDINITIALS |
static java.lang.String |
PHONE |
static java.lang.String |
ROLES |
static java.lang.String |
TITLE |
static java.lang.String |
TOLLFREEPHONE |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Person() |
| 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 |
getAddress()
Get the The address of the Contact..
|
Institute |
getAffiliation()
Get the .
|
java.lang.Iterable<java.lang.String> |
getAttributeNames() |
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 |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
java.lang.String |
getLastName()
Get the .
|
java.lang.String |
getMidInitials()
Get the .
|
java.lang.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.
|
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..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setAddress(java.lang.String address)
Set the The address of the Contact..
|
void |
setAffiliation(Institute affiliation)
Set the .
|
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 |
setLastName(java.lang.String lastName)
Set the .
|
void |
setMidInitials(java.lang.String midInitials)
Set the .
|
void |
setPhone(java.lang.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(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..
|
java.lang.String |
toString() |
java.lang.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 java.lang.String ENTITY_NAME
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 FIRSTNAME
public static final java.lang.String MIDINITIALS
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 ROLES
public static final java.lang.String ID
public java.lang.String getEntityName()
getEntityName in class Characteristicpublic java.lang.String getAddress()
getAddress in interface PersonInterfacepublic void setAddress(java.lang.String address)
setAddress in interface PersonInterfaceaddress - public java.lang.String getPhone()
getPhone in interface PersonInterfacepublic void setPhone(java.lang.String phone)
setPhone in interface PersonInterfacephone - public java.lang.String getEmail()
getEmail in interface PersonInterfacepublic void setEmail(java.lang.String email)
setEmail in interface PersonInterfaceemail - public java.lang.String getFax()
getFax in interface PersonInterfacepublic void setFax(java.lang.String fax)
setFax in interface PersonInterfacefax - public java.lang.String getTollFreePhone()
getTollFreePhone in interface PersonInterfacepublic void setTollFreePhone(java.lang.String tollFreePhone)
setTollFreePhone in interface PersonInterfacetollFreePhone - public java.lang.String getCity()
getCity in interface PersonInterfacepublic void setCity(java.lang.String city)
setCity in interface PersonInterfacecity - public java.lang.String getCountry()
getCountry in interface PersonInterfacepublic void setCountry(java.lang.String country)
setCountry in interface PersonInterfacecountry - public java.lang.String getFirstName()
getFirstName in interface PersonInterfacepublic void setFirstName(java.lang.String firstName)
setFirstName in interface PersonInterfacefirstName - public java.lang.String getMidInitials()
getMidInitials in interface PersonInterfacepublic void setMidInitials(java.lang.String midInitials)
setMidInitials in interface PersonInterfacemidInitials - public java.lang.String getLastName()
getLastName in interface PersonInterfacepublic void setLastName(java.lang.String lastName)
setLastName in interface PersonInterfacelastName - public java.lang.String getTitle()
getTitle in interface PersonInterfacepublic void setTitle(java.lang.String title)
setTitle in interface PersonInterfacetitle - public Institute getAffiliation()
getAffiliation in interface PersonInterfacepublic void setAffiliation(Institute affiliation)
setAffiliation in interface PersonInterfaceaffiliation - public java.lang.String getDepartment()
getDepartment in interface PersonInterfacepublic void setDepartment(java.lang.String department)
setDepartment in interface PersonInterfacedepartment - public PersonRole getRoles()
getRoles in interface PersonInterfacepublic void setRoles(PersonRole roles)
setRoles in interface PersonInterfaceroles - public java.lang.Object get(java.lang.String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic java.lang.String toString()
toString in class Characteristicpublic java.lang.String toString(boolean verbose)
toString in class Characteristicpublic java.lang.Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(java.lang.String attributeName,
java.lang.Object value)
set in interface Entityset in class Characteristicpublic boolean equals(java.lang.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.