SqlHelper$Order.smali

.class public Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order;
.super Ljava/lang/Object;
.source "SourceFile"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x9
    name = "Order"
.end annotation

.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order$Type;
    }
.end annotation


# instance fields
.field public final property:Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Property;

.field public final type:Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order$Type;


# direct methods
.method public constructor <init>(Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Property;Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order$Type;)V
    .registers 3

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 2
    iput-object p1, p0, Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order;->property:Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Property;

    .line 3
    iput-object p2, p0, Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order;->type:Lcom/path/android/jobqueue/persistentQueue/sqlite/SqlHelper$Order$Type;

    return-void
.end method