public class SpecimenDetailImpl extends Object implements SpecimenDetail
| Constructor and Description |
|---|
SpecimenDetailImpl(UniqueIdentifier id,
org.joda.time.DateTime collectionTime) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCollectionTime() |
UniqueIdentifier |
getId() |
public SpecimenDetailImpl(UniqueIdentifier id, org.joda.time.DateTime collectionTime)
collectionTime - the time the specimen was collectedid - the Unique identifier of the specimen, normally assigned by the laboratorypublic org.joda.time.DateTime getCollectionTime()
getCollectionTime in interface SpecimenDetailpublic UniqueIdentifier getId()
getId in interface SpecimenDetailCopyright © 2020. All rights reserved.