java.lang.Object
com.genologics.ri.instrumenttype.InstrumentTypeProcessType
- All Implemented Interfaces:
LimsLink<ProcessType>
,Linkable<ProcessType>
,Locatable
,Serializable
public class InstrumentTypeProcessType
extends Object
implements LimsLink<ProcessType>, Serializable
- Since:
- 2.24
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentTypeProcessType
(ProcessType processType) InstrumentTypeProcessType
(URI uri, String name) -
Method Summary
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
InstrumentTypeProcessType
public InstrumentTypeProcessType() -
InstrumentTypeProcessType
-
InstrumentTypeProcessType
-
InstrumentTypeProcessType
-
InstrumentTypeProcessType
-
-
Method Details
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ProcessType>
- 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<ProcessType>
- Returns:
- The real object class.
-