java.lang.Object
com.genologics.ri.container.ContainerLink
- All Implemented Interfaces:
LimsEntityLink<Container>
,LimsEntityLinkable<Container>
,LimsLink<Container>
,Linkable<Container>
,Locatable
,Serializable
Container-link is a child element type of containers and provides a URI
linking to the detailed representation of a container.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionContainerLink
(URI uri) ContainerLink
(URI uri, String limsid) ContainerLink
(URI uri, String limsid, String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
limsid
-
name
-
-
Constructor Details
-
ContainerLink
public ContainerLink() -
ContainerLink
-
ContainerLink
-
ContainerLink
-
ContainerLink
-
-
Method Details
-
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.
-
getName
-
setName
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Container>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Container>
- Parameters:
limsid
- The new LIMS id.
-
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. -
toString
-