java.lang.Object
com.genologics.ri.lab.Lab
- All Implemented Interfaces:
LimsEntity<Lab>,LimsEntityLinkable<Lab>,Linkable<Lab>,Locatable,UDFHolder,Serializable
The detailed representation of a lab.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the LIMS id for this object.getLink()Get a concrete link object to thisLimsEntityLinkableentity.getName()getUri()Get the URI of this object.Get a list of user defined fields held by the entity.voidsetBillingAddress(Address value) voidSet the LIMS id for this object.voidvoidsetShippingAddress(Address value) voidSet the URI of this object.setUserDefinedType(UDT value) setUserDefinedType(String type) voidsetWebsite(String value) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsIdMethods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
name
-
billingAddress
-
shippingAddress
-
type
-
fields
-
externalIds
-
website
-
uri
-
-
Constructor Details
-
Lab
public Lab() -
Lab
-
Lab
-
-
Method Details
-
getName
-
setName
-
getBillingAddress
-
setBillingAddress
-
getShippingAddress
-
setShippingAddress
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDF objects. This should never return null.
-
getExternalid
-
getWebsite
-
setWebsite
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Lab>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Lab>- Parameters:
id- The new LIMS id.
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkableentity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLinklink classes available.
-