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:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<InstrumentType>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<InstrumentType>- Returns:
- The real object class.
-