java.lang.Object
com.genologics.ri.reagentlot.ReagentLot
- All Implemented Interfaces:
LimsEntity<ReagentLot>
,LimsEntityLinkable<ReagentLot>
,Linkable<ReagentLot>
,Locatable
,Serializable
The detailed representation of a Reagent Lot
- Since:
- 2.18
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected ResearcherLink
protected Date
protected Date
protected ResearcherLink
protected Date
protected String
protected String
protected String
protected String
protected ReagentKitLink
protected Status
protected String
protected URI
protected Long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the LIMS id for this object.getName()
getNotes()
getUri()
Get the URI of this object.void
setCreatedBy
(Linkable<Researcher> createdBy) void
setCreatedDate
(Date createdDate) void
setExpiryDate
(Date expiryDate) void
setLastModifiedBy
(Linkable<Researcher> lastModifiedBy) void
setLastModifiedDate
(Date lastModifiedDate) void
Set the LIMS id for this object.void
setLotNumber
(String lotNumber) void
void
void
setReagentKit
(Linkable<ReagentKit> reagentKit) void
void
setStorageLocation
(String storageLocation) void
Set the URI of this object.void
setUsageCount
(Long usageCount) 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
-
Field Details
-
reagentKit
-
name
-
lotNumber
-
createdDate
-
lastModifiedDate
-
expiryDate
-
createdBy
-
lastModifiedBy
-
storageLocation
-
notes
-
status
-
usageCount
- Since:
- 2.20
-
uri
-
limsid
-
-
Constructor Details
-
ReagentLot
public ReagentLot() -
ReagentLot
-
ReagentLot
-
ReagentLot
-
-
Method Details
-
getReagentKit
-
setReagentKit
-
getName
-
setName
-
getLotNumber
-
setLotNumber
-
getCreatedDate
-
setCreatedDate
-
getLastModifiedDate
-
setLastModifiedDate
-
getExpiryDate
-
setExpiryDate
-
getCreatedBy
-
setCreatedBy
-
getLastModifiedBy
-
setLastModifiedBy
-
getStorageLocation
-
setStorageLocation
-
getNotes
-
setNotes
-
getStatus
-
setStatus
-
getUsageCount
-
setUsageCount
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<ReagentLot>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<ReagentLot>
- Parameters:
limsid
- The new LIMS id.
-
toString
-