java.lang.Object
com.genologics.ri.Location
- All Implemented Interfaces:
LimsEntityLink<Container>
,LimsEntityLinkable<Container>
,LimsLink<Container>
,Linkable<Container>
,Locatable
,Serializable
,Comparable<Location>
public class Location
extends Object
implements LimsEntityLink<Container>, Serializable, Comparable<Location>
Location provides a URI linking to the detailed representation of a Container along with the well location within that Container.
Location is used by representations to describe their location within a Container. For example Artifact and reagent use location to describe which Container they are located in.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Get the class of the true, full LIMS entity this object links to.Get the LIMS id for this object.getUri()
Get the URI of the object we are linking to.int
hashCode()
void
Set the LIMS id for this object.void
Set the URI of this object.void
setWellPosition
(String wellPosition) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
WELL_POSITION_SPLITTER
-
-
Constructor Details
-
Location
public Location() -
Location
-
Location
-
-
Method Details
-
getContainer
-
setContainer
-
getWellPosition
-
setWellPosition
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Location>
-
toString
-
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:
id
- 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. -
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.
-