@Entity public class Institute extends Characteristic implements Entity, ContactInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS |
static String |
CITY |
static String |
COUNTRY |
static String |
EMAIL |
static String |
ENTITY_NAME |
static String |
FAX |
static String |
ID |
static String |
NAME |
static String |
PHONE |
static String |
TOLLFREEPHONE |
__TYPE, DESCRIPTION, IDENTIFIER| Constructor and Description |
|---|
Institute() |
| 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..
|
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 |
getEmail()
Get the The email address of the Contact..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getFax()
Get the The fax number of the Contact..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getName()
Get the .
|
String |
getPhone()
Get the The telephone number of the Contact including the suitable area codes..
|
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 |
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 |
setEmail(String email)
Set the The email address of the Contact..
|
void |
setFax(String fax)
Set the The fax number of the Contact..
|
void |
setName(String name)
Set the .
|
void |
setPhone(String phone)
Set the The telephone number of the Contact including the suitable area codes..
|
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, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, 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 NAME
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic String getAddress()
getAddress in interface ContactInterfacepublic void setAddress(String address)
setAddress in interface ContactInterfaceaddress - public String getPhone()
getPhone in interface ContactInterfacepublic void setPhone(String phone)
setPhone in interface ContactInterfacephone - public String getEmail()
getEmail in interface ContactInterfacepublic void setEmail(String email)
setEmail in interface ContactInterfaceemail - public String getFax()
getFax in interface ContactInterfacepublic void setFax(String fax)
setFax in interface ContactInterfacefax - public String getTollFreePhone()
getTollFreePhone in interface ContactInterfacepublic void setTollFreePhone(String tollFreePhone)
setTollFreePhone in interface ContactInterfacetollFreePhone - public String getCity()
getCity in interface ContactInterfacepublic void setCity(String city)
setCity in interface ContactInterfacecity - public String getCountry()
getCountry in interface ContactInterfacepublic void setCountry(String country)
setCountry in interface ContactInterfacecountry - public String getName()
getName in interface IdentifiablegetName in class Characteristicpublic void setName(String name)
setName in interface IdentifiablesetName in class Characteristicname - 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 © 2015. All Rights Reserved.