Ticket #571 (closed defect: fixed)
Opened 2011-06-07T13:28:01-05:00
Last modified 2011-06-07T13:28:10-05:00
Simplify DataObject interface
| Reported by: | bdezonia | Owned by: | bdezonia |
|---|---|---|---|
| Priority: | major | Milestone: |
|
| Component: | Data Model | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
DatObject interface exposes methods register() and delete(). Perhaps this is not the best design. Make them protected in AbstractDataObject instead.