// 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.olios.model.record; import android.content.ContentResolver; import java.io.Serializable; // Referenced classes of package com.olio.olios.model.record: // SerializedRecord public static interface I extends Serializable { public abstract I getDefaultObject(); public abstract String getObjectId(); public abstract long getVersionNumber(); public abstract void save(ContentResolver contentresolver); public abstract void setDateCreated(Long long1); public abstract void setDateModified(Long long1); public abstract void setVersionNumber(long l); public abstract String typeName(); }