java.lang.Object
com.genologics.ri.instrumenttype.InstrumentTypeLink
- All Implemented Interfaces:
LimsLink<InstrumentType>
,Linkable<InstrumentType>
,Locatable
,Serializable
- Since:
- 2.24
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentTypeLink
(InstrumentType instrumentType) InstrumentTypeLink
(URI uri) InstrumentTypeLink
(URI uri, String name) InstrumentTypeLink
(URI uri, String name, String vendor) -
Method Summary
-
Field Details
-
uri
-
name
-
vendor
-
-
Constructor Details
-
InstrumentTypeLink
public InstrumentTypeLink() -
InstrumentTypeLink
-
InstrumentTypeLink
-
InstrumentTypeLink
-
InstrumentTypeLink
-
InstrumentTypeLink
-
-
Method Details
-
getName
-
setName
-
getVendor
-
setVendor
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<InstrumentType>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<InstrumentType>
- Returns:
- The real object class.
-