public Notification(int _id) { super(MPDDBHelper.get(), TABLE, _id); init(); }
public Notification() { super(MPDDBHelper.get(), TABLE); init(); }