java.lang.Object
com.genologics.ri.container.Container
- All Implemented Interfaces:
LimsEntity<Container>
,LimsEntityLinkable<Container>
,Linkable<Container>
,Locatable
,UDFHolder
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContainerTypeLink
protected String
protected String
protected Long
protected ContainerState
Container state.protected UDT
protected URI
-
Constructor Summary
ConstructorsConstructorDescriptionContainer
(ContainerType containerType) Container
(ContainerType containerType, String name) Container
(Linkable<ContainerType> containerType) Container
(Linkable<ContainerType> containerType, String name) -
Method Summary
Modifier and TypeMethodDescriptionaddPlacement
(LimsEntityLinkable<Artifact> artifact, String wellPosition) Get the LIMS id for this object.getLink()
Get a concrete link object to thisLimsEntityLinkable
entity.getName()
getState()
getUri()
Get the URI of this object.Get a list of user defined fields held by the entity.void
setContainerType
(ContainerType containerType) void
void
Set the LIMS id for this object.void
void
setOccupiedWells
(Long occupiedWells) void
setPlacements
(Collection<? extends LimsEntityLinkable<Artifact>> links) void
setState
(ContainerState state) void
Set the URI of this object.setUserDefinedType
(UDT type) setUserDefinedType
(String type) toString()
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
Methods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
name
-
containerType
-
occupiedWells
-
placements
-
type
-
fields
-
state
Container state. Note this has changed from a string to an enum from release 2.31.6. -
limsid
-
uri
-
-
Constructor Details
-
Container
public Container() -
Container
-
Container
-
Container
-
Container
-
-
Method Details
-
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:
value
- The new LIMS id.
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getName
-
setName
-
getContainerType
-
setContainerType
-
setContainerType
-
getOccupiedWells
-
setOccupiedWells
-
getPlacements
-
setPlacements
-
addPlacement
-
addPlacement
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolder
Get a list of user defined fields held by the entity.- Specified by:
getUserDefinedFields
in interfaceUDFHolder
- Returns:
- A list of UDF objects. This should never return null.
-
getState
-
setState
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkable
entity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLink
link classes available.
-