@Entity public class Institute extends Characteristic implements Entity, ContactInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS |
static java.lang.String |
CITY |
static java.lang.String |
COUNTRY |
static java.lang.String |
EMAIL |
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
FAX |
static java.lang.String |
ID |
static java.lang.String |
NAME |
static java.lang.String |
PHONE |
static java.lang.String |
TOLLFREEPHONE |
__TYPE, DESCRIPTION, IDENTIFIER| Constructor and Description |
|---|
Institute() |
| 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..
|
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 |
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.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
java.lang.String |
getName()
Get the .
|
java.lang.String |
getPhone()
Get the The telephone number of the Contact including the suitable area codes..
|
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 |
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 |
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 |
setName(java.lang.String name)
Set the .
|
void |
setPhone(java.lang.String phone)
Set the The telephone number of the Contact including the suitable area codes..
|
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, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, 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 NAME
public static final java.lang.String ID
public java.lang.String getEntityName()
getEntityName in class Characteristicpublic java.lang.String getAddress()
getAddress in interface ContactInterfacepublic void setAddress(java.lang.String address)
setAddress in interface ContactInterfaceaddress - public java.lang.String getPhone()
getPhone in interface ContactInterfacepublic void setPhone(java.lang.String phone)
setPhone in interface ContactInterfacephone - public java.lang.String getEmail()
getEmail in interface ContactInterfacepublic void setEmail(java.lang.String email)
setEmail in interface ContactInterfaceemail - public java.lang.String getFax()
getFax in interface ContactInterfacepublic void setFax(java.lang.String fax)
setFax in interface ContactInterfacefax - public java.lang.String getTollFreePhone()
getTollFreePhone in interface ContactInterfacepublic void setTollFreePhone(java.lang.String tollFreePhone)
setTollFreePhone in interface ContactInterfacetollFreePhone - public java.lang.String getCity()
getCity in interface ContactInterfacepublic void setCity(java.lang.String city)
setCity in interface ContactInterfacecity - public java.lang.String getCountry()
getCountry in interface ContactInterfacepublic void setCountry(java.lang.String country)
setCountry in interface ContactInterfacecountry - public java.lang.String getName()
getName in interface IdentifiablegetName in class Characteristicpublic void setName(java.lang.String name)
setName in interface IdentifiablesetName in class Characteristicname - 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.