java.lang.Object
com.genologics.ri.instrumenttype.InstrumentType
- All Implemented Interfaces:
Linkable<InstrumentType>
,Locatable
,Serializable
An instrument describes properties common to all instruments of that type.
- Since:
- 2.24
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected List<InstrumentTypeProcessType>
protected URI
protected String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
vendor
-
processTypes
-
uri
-
-
Constructor Details
-
InstrumentType
public InstrumentType() -
InstrumentType
-
InstrumentType
-
-
Method Details
-
getName
-
setName
-
getVendor
-
setVendor
-
getProcessTypes
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLink
Get a concrete link object to thisLinkable
thing.- Specified by:
getLink
in interfaceLinkable<InstrumentType>
- Returns:
- A
LimsLink
to this object.
-