// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.data.object.assistant; import android.content.ContentValues; import android.database.Cursor; // Referenced classes of package com.olio.data.object.assistant: // ActiveRemindMeLater static final class d implements com.olio.olios.model.record.ield { public void assignFromCursor(ActiveRemindMeLater activeremindmelater, Cursor cursor) { activeremindmelater.setNotificationId(cursor.getString(cursor.getColumnIndex(columnName()))); } public volatile void assignFromCursor(Object obj, Cursor cursor) { assignFromCursor((ActiveRemindMeLater)obj, cursor); } public String columnName() { return "notification_id"; } public String createType() { return "TEXT"; } public void writeToContentValues(ActiveRemindMeLater activeremindmelater, ContentValues contentvalues) { contentvalues.put(columnName(), activeremindmelater.getNotificationId()); } public volatile void writeToContentValues(Object obj, ContentValues contentvalues) { writeToContentValues((ActiveRemindMeLater)obj, contentvalues); } d() { } }