java.lang.Object
com.genologics.ri.processtype.ContainerTypeLink
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContainerTypeLink
(ContainerType containerType) ContainerTypeLink
(URI uri) ContainerTypeLink
(URI uri, String name) -
Method Summary
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
ContainerTypeLink
public ContainerTypeLink() -
ContainerTypeLink
-
ContainerTypeLink
-
ContainerTypeLink
-
ContainerTypeLink
-
-
Method Details
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getName
-
setName
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Container>
- Returns:
- The real object class.
-