java.lang.Object
com.genologics.ri.ContainerLink
- All Implemented Interfaces:
LimsEntityLink<Container>,LimsEntityLinkable<Container>,LimsLink<Container>,Linkable<Container>,Locatable,Serializable
Container is a child element of location and provides a URI linking to the
detailed representation of the Container for the location.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContainerLink(Linkable<Container> link) ContainerLink(URI uri) ContainerLink(URI uri, String limsid) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
ContainerLink
public ContainerLink() -
ContainerLink
-
ContainerLink
-
ContainerLink
-
ContainerLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Container>- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Container>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Container>- Parameters:
limsid- The new LIMS id.
-
hashCode
public int hashCode() -
equals
-
toString
-