#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 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
(In [4881]) References #1289: Biomaterial classes should implement the Registered interface
Added this to BioMaterialEvent? as well.
comment:4 Changed 14 years ago by
(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