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:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ProcessType>- 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<ProcessType>- Returns:
- The real object class.
-