#1289 closed enhancement (fixed)
Biomaterial classes should implement the Registered interface
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.12 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The Registered interface was introduced by #1166. But it was only applied to items that didn't have a registration date previously. This includes Sample, Extract, LabeledExtract and Hybridization. I think those classes should also implement the Registered interface. The implementation should simply forward to getCreationEvent().getEntryDate()
.
Change History (4)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 16 years ago
(In [4881]) References #1289: Biomaterial classes should implement the Registered interface
Added this to BioMaterialEvent as well.
comment:4 by , 16 years ago
(In [4885]) References #1289: Biomaterial classes should implement the Registered interface
Added this to PlateEvent as well.
Note:
See TracTickets
for help on using tickets.
(In [4880]) Fixes #1289: Biomaterial classes should implement the Registered interface