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
FieldsModifier and TypeFieldDescriptionprotected ResearcherLinkprotected Dateprotected Dateprotected ResearcherLinkprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected ReagentKitLinkprotected Statusprotected Stringprotected URIprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the LIMS id for this object.getName()getNotes()getUri()Get the URI of this object.voidsetCreatedBy(Linkable<Researcher> createdBy) voidsetCreatedDate(Date createdDate) voidsetExpiryDate(Date expiryDate) voidsetLastModifiedBy(Linkable<Researcher> lastModifiedBy) voidsetLastModifiedDate(Date lastModifiedDate) voidSet the LIMS id for this object.voidsetLotNumber(String lotNumber) voidvoidvoidsetReagentKit(Linkable<ReagentKit> reagentKit) voidvoidsetStorageLocation(String storageLocation) voidSet the URI of this object.voidsetUsageCount(Long usageCount) 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, 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:LocatableGet the URI of this object. -
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<ReagentLot>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<ReagentLot>- Parameters:
limsid- The new LIMS id.
-
toString
-