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 ContainerTypeLinkprotected Stringprotected Stringprotected Longprotected ContainerStateContainer state.protected UDTprotected 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 thisLimsEntityLinkableentity.getName()getState()getUri()Get the URI of this object.Get a list of user defined fields held by the entity.voidsetContainerType(ContainerType containerType) voidvoidSet the LIMS id for this object.voidvoidsetOccupiedWells(Long occupiedWells) voidsetPlacements(Collection<? extends LimsEntityLinkable<Artifact>> links) voidsetState(ContainerState state) voidSet 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, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsIdMethods 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: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:
value- The new LIMS id.
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getName
-
setName
-
getContainerType
-
setContainerType
-
setContainerType
-
getOccupiedWells
-
setOccupiedWells
-
getPlacements
-
setPlacements
-
addPlacement
-
addPlacement
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDF objects. This should never return null.
-
getState
-
setState
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkableentity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLinklink classes available.
-