java.lang.Object
com.genologics.ri.automation.ProcessTypeLink
- All Implemented Interfaces:
LimsLink<ProcessType>,Linkable<ProcessType>,Locatable,Serializable
Provides links to process types the automation is enabled on.
- Since:
- 2.26
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessTypeLink(Linkable<ProcessType> link) ProcessTypeLink(ProcessType processType) ProcessTypeLink(URI uri) ProcessTypeLink(URI uri, String name) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getName()getUri()Get the URI of the object we are linking to.voidvoidsetProcessType(Linkable<ProcessType> processType) voidSet the URI of this object.toString()
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
ProcessTypeLink
public ProcessTypeLink() -
ProcessTypeLink
-
ProcessTypeLink
-
ProcessTypeLink
-
ProcessTypeLink
-
-
Method Details
-
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. -
setProcessType
-
getName
-
setName
-
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.
-
toString
-