// 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; import com.olio.communication.notifications.NotificationFilters; // Referenced classes of package com.olio.data.object.assistant: // ActiveRemindMeLater static final class ers.Category implements com.olio.olios.model.record.ield { public void assignFromCursor(ActiveRemindMeLater activeremindmelater, Cursor cursor) { cursor = Integer.valueOf(cursor.getInt(cursor.getColumnIndex(columnName()))); if (cursor != null) { activeremindmelater.setNotificationCategory(NotificationFilters.fromANCSValue(cursor.intValue())); return; } else { activeremindmelater.setNotificationCategory(com.olio.communication.notifications.tegory.NONE); return; } } public volatile void assignFromCursor(Object obj, Cursor cursor) { assignFromCursor((ActiveRemindMeLater)obj, cursor); } public String columnName() { return "notification_category"; } public String createType() { return "INTEGER"; } public void writeToContentValues(ActiveRemindMeLater activeremindmelater, ContentValues contentvalues) { contentvalues.put(columnName(), Integer.valueOf(activeremindmelater.getNotificationCategory().ANCSValue)); } public volatile void writeToContentValues(Object obj, ContentValues contentvalues) { writeToContentValues((ActiveRemindMeLater)obj, contentvalues); } ers.Category() { } }