SuitDressInfoDao.smali
.class public Lcom/sandboxol/greendao/entity/SuitDressInfoDao;
.super Lorg/greenrobot/greendao/a;
.source "SuitDressInfoDao.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/sandboxol/greendao/entity/SuitDressInfoDao$Properties;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/greenrobot/greendao/a<",
"Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;",
"Ljava/lang/Long;",
">;"
}
.end annotation
# static fields
.field public static final TABLENAME:Ljava/lang/String; = "SUIT_DRESS_INFO"
# instance fields
.field private final decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
.field private final limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.field private final shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
.field private final tagConverter:Lcom/sandboxol/greendao/b/s;
# direct methods
.method public constructor <init>(Lorg/greenrobot/greendao/c/a;)V
.registers 2
.line 1
invoke-direct {p0, p1}, Lorg/greenrobot/greendao/a;-><init>(Lorg/greenrobot/greendao/c/a;)V
.line 2
new-instance p1, Lcom/sandboxol/greendao/b/q;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/q;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.line 3
new-instance p1, Lcom/sandboxol/greendao/b/D;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/D;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
.line 4
new-instance p1, Lcom/sandboxol/greendao/b/D;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/D;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
.line 5
new-instance p1, Lcom/sandboxol/greendao/b/s;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
return-void
.end method
.method public constructor <init>(Lorg/greenrobot/greendao/c/a;Lcom/sandboxol/greendao/entity/DaoSession;)V
.registers 3
.line 6
invoke-direct {p0, p1, p2}, Lorg/greenrobot/greendao/a;-><init>(Lorg/greenrobot/greendao/c/a;Lorg/greenrobot/greendao/c;)V
.line 7
new-instance p1, Lcom/sandboxol/greendao/b/q;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/q;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.line 8
new-instance p1, Lcom/sandboxol/greendao/b/D;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/D;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
.line 9
new-instance p1, Lcom/sandboxol/greendao/b/D;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/D;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
.line 10
new-instance p1, Lcom/sandboxol/greendao/b/s;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
return-void
.end method
.method public static createTable(Lorg/greenrobot/greendao/b/a;Z)V
.registers 4
if-eqz p1, :cond_5
const-string p1, "IF NOT EXISTS "
goto :goto_7
:cond_5
const-string p1, ""
.line 1
:goto_7
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "CREATE TABLE "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string p1, "\"SUIT_DRESS_INFO\" (\"_id\" INTEGER PRIMARY KEY AUTOINCREMENT ,\"USER_ID\" INTEGER NOT NULL ,\"SUIT_ID\" INTEGER NOT NULL ,\"CURRENCY\" INTEGER NOT NULL ,\"HAS_PURCHASE\" INTEGER NOT NULL ,\"LIMITED_TIMES\" TEXT,\"QUANTITY\" INTEGER NOT NULL ,\"REMAINING_DAYS\" INTEGER NOT NULL ,\"RELEASE_TIME\" INTEGER NOT NULL ,\"IS_ACTIVITY\" INTEGER NOT NULL ,\"ACTIVITY_FLAG\" TEXT,\"BUY_TIME\" TEXT,\"DECORATION_INFO_LIST\" TEXT,\"SHOP_DECORATION_INFOS\" TEXT,\"DETAILS\" TEXT,\"EXPIRE\" INTEGER NOT NULL ,\"ICON_URL\" TEXT,\"IS_NEW\" INTEGER NOT NULL ,\"IS_RECOMMEND\" INTEGER NOT NULL ,\"NAME\" TEXT,\"STATUS\" INTEGER NOT NULL ,\"TAG\" TEXT,\"PRICE\" INTEGER NOT NULL ,\"ITEM_TYPE\" INTEGER NOT NULL ,\"BLANK_TYPE\" INTEGER NOT NULL ,\"IS_DRESS_REC\" INTEGER NOT NULL ,\"HAS_LOCAL_RES\" INTEGER NOT NULL );"
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-interface {p0, p1}, Lorg/greenrobot/greendao/b/a;->c(Ljava/lang/String;)V
return-void
.end method
.method public static dropTable(Lorg/greenrobot/greendao/b/a;Z)V
.registers 4
.line 1
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "DROP TABLE "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
if-eqz p1, :cond_f
const-string p1, "IF EXISTS "
goto :goto_11
:cond_f
const-string p1, ""
:goto_11
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string p1, "\"SUIT_DRESS_INFO\""
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
.line 2
invoke-interface {p0, p1}, Lorg/greenrobot/greendao/b/a;->c(Ljava/lang/String;)V
return-void
.end method
# virtual methods
.method protected final bindValues(Landroid/database/sqlite/SQLiteStatement;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)V
.registers 11
.line 41
invoke-virtual {p1}, Landroid/database/sqlite/SQLiteStatement;->clearBindings()V
.line 42
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getID()Ljava/lang/Long;
move-result-object v0
if-eqz v0, :cond_11
const/4 v1, 0x1
.line 43
invoke-virtual {v0}, Ljava/lang/Long;->longValue()J
move-result-wide v2
invoke-virtual {p1, v1, v2, v3}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
:cond_11
const/4 v0, 0x2
.line 44
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getUserId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/4 v0, 0x3
.line 45
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getSuitId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/4 v0, 0x4
.line 46
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getCurrency()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/4 v0, 0x5
.line 47
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getHasPurchase()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 48
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getLimitedTimes()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_43
const/4 v1, 0x6
.line 49
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/q;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_43
const/4 v0, 0x7
.line 50
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getQuantity()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x8
.line 51
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getRemainingDays()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x9
.line 52
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getReleaseTime()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0xa
.line 53
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsActivity()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 54
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getActivityFlag()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_74
const/16 v1, 0xb
.line 55
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
.line 56
:cond_74
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getBuyTime()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_7f
const/16 v1, 0xc
.line 57
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
.line 58
:cond_7f
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getDecorationInfoList()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_90
const/16 v1, 0xd
.line 59
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
.line 60
:cond_90
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getShopDecorationInfos()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_a1
const/16 v1, 0xe
.line 61
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
.line 62
:cond_a1
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getDetails()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_ac
const/16 v1, 0xf
.line 63
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_ac
const/16 v0, 0x10
.line 64
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getExpire()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 65
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIconUrl()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_c1
const/16 v1, 0x11
.line 66
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_c1
const/16 v0, 0x12
.line 67
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsNew()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x13
.line 68
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsRecommend()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 69
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getName()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_e0
const/16 v1, 0x14
.line 70
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_e0
const/16 v0, 0x15
.line 71
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getStatus()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 72
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getTag()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_fb
const/16 v1, 0x16
.line 73
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_fb
const/16 v0, 0x17
.line 74
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getPrice()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x18
.line 75
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getItemType()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x19
.line 76
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getBlankType()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x1a
.line 77
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsDressRec()Z
move-result v1
const-wide/16 v2, 0x1
const-wide/16 v4, 0x0
if-eqz v1, :cond_127
move-wide v6, v2
goto :goto_128
:cond_127
move-wide v6, v4
:goto_128
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x1b
.line 78
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getHasLocalRes()Z
move-result p2
if-eqz p2, :cond_134
goto :goto_135
:cond_134
move-wide v2, v4
:goto_135
invoke-virtual {p1, v0, v2, v3}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
return-void
.end method
.method protected bridge synthetic bindValues(Landroid/database/sqlite/SQLiteStatement;Ljava/lang/Object;)V
.registers 3
.line 1
check-cast p2, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->bindValues(Landroid/database/sqlite/SQLiteStatement;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)V
return-void
.end method
.method protected final bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)V
.registers 11
.line 3
invoke-interface {p1}, Lorg/greenrobot/greendao/b/c;->c()V
.line 4
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getID()Ljava/lang/Long;
move-result-object v0
if-eqz v0, :cond_11
const/4 v1, 0x1
.line 5
invoke-virtual {v0}, Ljava/lang/Long;->longValue()J
move-result-wide v2
invoke-interface {p1, v1, v2, v3}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
:cond_11
const/4 v0, 0x2
.line 6
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getUserId()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/4 v0, 0x3
.line 7
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getSuitId()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/4 v0, 0x4
.line 8
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getCurrency()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/4 v0, 0x5
.line 9
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getHasPurchase()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 10
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getLimitedTimes()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_43
const/4 v1, 0x6
.line 11
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/q;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_43
const/4 v0, 0x7
.line 12
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getQuantity()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x8
.line 13
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getRemainingDays()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x9
.line 14
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getReleaseTime()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0xa
.line 15
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsActivity()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 16
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getActivityFlag()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_74
const/16 v1, 0xb
.line 17
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
.line 18
:cond_74
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getBuyTime()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_7f
const/16 v1, 0xc
.line 19
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
.line 20
:cond_7f
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getDecorationInfoList()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_90
const/16 v1, 0xd
.line 21
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
.line 22
:cond_90
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getShopDecorationInfos()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_a1
const/16 v1, 0xe
.line 23
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
.line 24
:cond_a1
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getDetails()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_ac
const/16 v1, 0xf
.line 25
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_ac
const/16 v0, 0x10
.line 26
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getExpire()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 27
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIconUrl()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_c1
const/16 v1, 0x11
.line 28
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_c1
const/16 v0, 0x12
.line 29
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsNew()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x13
.line 30
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsRecommend()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 31
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getName()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_e0
const/16 v1, 0x14
.line 32
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_e0
const/16 v0, 0x15
.line 33
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getStatus()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 34
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getTag()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_fb
const/16 v1, 0x16
.line 35
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;
move-result-object v0
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_fb
const/16 v0, 0x17
.line 36
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getPrice()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x18
.line 37
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getItemType()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x19
.line 38
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getBlankType()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x1a
.line 39
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getIsDressRec()Z
move-result v1
const-wide/16 v2, 0x1
const-wide/16 v4, 0x0
if-eqz v1, :cond_127
move-wide v6, v2
goto :goto_128
:cond_127
move-wide v6, v4
:goto_128
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x1b
.line 40
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getHasLocalRes()Z
move-result p2
if-eqz p2, :cond_134
goto :goto_135
:cond_134
move-wide v2, v4
:goto_135
invoke-interface {p1, v0, v2, v3}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
return-void
.end method
.method protected bridge synthetic bindValues(Lorg/greenrobot/greendao/b/c;Ljava/lang/Object;)V
.registers 3
.line 2
check-cast p2, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)V
return-void
.end method
.method public getKey(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)Ljava/lang/Long;
.registers 2
if-eqz p1, :cond_7
.line 2
invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getID()Ljava/lang/Long;
move-result-object p1
return-object p1
:cond_7
const/4 p1, 0x0
return-object p1
.end method
.method public bridge synthetic getKey(Ljava/lang/Object;)Ljava/lang/Object;
.registers 2
.line 1
check-cast p1, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->getKey(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method
.method public hasKey(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)Z
.registers 2
.line 2
invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->getID()Ljava/lang/Long;
move-result-object p1
if-eqz p1, :cond_8
const/4 p1, 0x1
goto :goto_9
:cond_8
const/4 p1, 0x0
:goto_9
return p1
.end method
.method public bridge synthetic hasKey(Ljava/lang/Object;)Z
.registers 2
.line 1
check-cast p1, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->hasKey(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;)Z
move-result p1
return p1
.end method
.method protected final isEntityUpdateable()Z
.registers 2
const/4 v0, 0x1
return v0
.end method
.method public readEntity(Landroid/database/Cursor;I)Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
.registers 39
move-object/from16 v0, p0
move-object/from16 v1, p1
.line 3
new-instance v32, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
add-int/lit8 v2, p2, 0x0
.line 4
invoke-interface {v1, v2}, Landroid/database/Cursor;->isNull(I)Z
move-result v3
if-eqz v3, :cond_10
const/4 v2, 0x0
goto :goto_18
:cond_10
invoke-interface {v1, v2}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v2
invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v2
:goto_18
add-int/lit8 v3, p2, 0x1
.line 5
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v5
add-int/lit8 v3, p2, 0x2
.line 6
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v7
add-int/lit8 v3, p2, 0x3
.line 7
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v9
add-int/lit8 v3, p2, 0x4
.line 8
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v10
add-int/lit8 v3, p2, 0x5
.line 9
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v11
if-eqz v11, :cond_3a
const/4 v11, 0x0
goto :goto_45
:cond_3a
iget-object v11, v0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v11, v3}, Lcom/sandboxol/greendao/b/q;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object v11, v3
:goto_45
add-int/lit8 v3, p2, 0x6
.line 10
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v12
add-int/lit8 v3, p2, 0x7
.line 11
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v13
add-int/lit8 v3, p2, 0x8
.line 12
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v14
add-int/lit8 v3, p2, 0x9
.line 13
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v16
add-int/lit8 v3, p2, 0xa
.line 14
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v17
if-eqz v17, :cond_68
const/16 v17, 0x0
goto :goto_6e
:cond_68
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v17, v3
:goto_6e
add-int/lit8 v3, p2, 0xb
.line 15
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v18
if-eqz v18, :cond_79
const/16 v18, 0x0
goto :goto_7f
:cond_79
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v18, v3
:goto_7f
add-int/lit8 v3, p2, 0xc
.line 16
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v19
if-eqz v19, :cond_8a
const/16 v20, 0x0
goto :goto_96
:cond_8a
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/D;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v20, v3
:goto_96
add-int/lit8 v3, p2, 0xd
.line 17
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_a1
const/16 v21, 0x0
goto :goto_ad
:cond_a1
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/D;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v21, v3
:goto_ad
add-int/lit8 v3, p2, 0xe
.line 18
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_b8
const/16 v22, 0x0
goto :goto_be
:cond_b8
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v22, v3
:goto_be
add-int/lit8 v3, p2, 0xf
.line 19
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v23
add-int/lit8 v3, p2, 0x10
.line 20
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_cf
const/16 v24, 0x0
goto :goto_d5
:cond_cf
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v24, v3
:goto_d5
add-int/lit8 v3, p2, 0x11
.line 21
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v25
add-int/lit8 v3, p2, 0x12
.line 22
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v26
add-int/lit8 v3, p2, 0x13
.line 23
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_ec
const/16 v27, 0x0
goto :goto_f2
:cond_ec
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v27, v3
:goto_f2
add-int/lit8 v3, p2, 0x14
.line 24
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v28
add-int/lit8 v3, p2, 0x15
.line 25
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_103
const/16 v29, 0x0
goto :goto_10f
:cond_103
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/s;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v29, v3
:goto_10f
add-int/lit8 v3, p2, 0x16
.line 26
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v30
add-int/lit8 v3, p2, 0x17
.line 27
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v31
add-int/lit8 v3, p2, 0x18
.line 28
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v33
add-int/lit8 v3, p2, 0x19
.line 29
invoke-interface {v1, v3}, Landroid/database/Cursor;->getShort(I)S
move-result v3
const/4 v4, 0x1
const/16 v19, 0x0
if-eqz v3, :cond_12f
const/16 v34, 0x1
goto :goto_131
:cond_12f
const/16 v34, 0x0
:goto_131
add-int/lit8 v3, p2, 0x1a
.line 30
invoke-interface {v1, v3}, Landroid/database/Cursor;->getShort(I)S
move-result v1
if-eqz v1, :cond_13c
const/16 v35, 0x1
goto :goto_13e
:cond_13c
const/16 v35, 0x0
:goto_13e
move-object/from16 v1, v32
move-wide v3, v5
move-wide v5, v7
move v7, v9
move v8, v10
move-object v9, v11
move v10, v12
move v11, v13
move-wide v12, v14
move/from16 v14, v16
move-object/from16 v15, v17
move-object/from16 v16, v18
move-object/from16 v17, v20
move-object/from16 v18, v21
move-object/from16 v19, v22
move/from16 v20, v23
move-object/from16 v21, v24
move/from16 v22, v25
move/from16 v23, v26
move-object/from16 v24, v27
move/from16 v25, v28
move-object/from16 v26, v29
move/from16 v27, v30
move/from16 v28, v31
move/from16 v29, v33
move/from16 v30, v34
move/from16 v31, v35
invoke-direct/range {v1 .. v31}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;-><init>(Ljava/lang/Long;JJIILjava/util/List;IIJILjava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/lang/String;ILjava/lang/String;IILjava/lang/String;ILjava/util/List;IIIZZ)V
return-object v32
.end method
.method public bridge synthetic readEntity(Landroid/database/Cursor;I)Ljava/lang/Object;
.registers 3
.line 1
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->readEntity(Landroid/database/Cursor;I)Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
move-result-object p1
return-object p1
.end method
.method public readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;I)V
.registers 7
add-int/lit8 v0, p3, 0x0
.line 31
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
const/4 v2, 0x0
if-eqz v1, :cond_b
move-object v0, v2
goto :goto_13
:cond_b
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v0
:goto_13
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setID(Ljava/lang/Long;)V
add-int/lit8 v0, p3, 0x1
.line 32
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setUserId(J)V
add-int/lit8 v0, p3, 0x2
.line 33
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setSuitId(J)V
add-int/lit8 v0, p3, 0x3
.line 34
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setCurrency(I)V
add-int/lit8 v0, p3, 0x4
.line 35
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setHasPurchase(I)V
add-int/lit8 v0, p3, 0x5
.line 36
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_44
move-object v0, v2
goto :goto_4e
:cond_44
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/q;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v0
:goto_4e
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setLimitedTimes(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x6
.line 37
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setQuantity(I)V
add-int/lit8 v0, p3, 0x7
.line 38
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setRemainingDays(I)V
add-int/lit8 v0, p3, 0x8
.line 39
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setReleaseTime(J)V
add-int/lit8 v0, p3, 0x9
.line 40
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setIsActivity(I)V
add-int/lit8 v0, p3, 0xa
.line 41
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_7f
move-object v0, v2
goto :goto_83
:cond_7f
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_83
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setActivityFlag(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0xb
.line 42
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_90
move-object v0, v2
goto :goto_94
:cond_90
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_94
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setBuyTime(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0xc
.line 43
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_a1
move-object v0, v2
goto :goto_ab
:cond_a1
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/D;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v0
:goto_ab
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setDecorationInfoList(Ljava/util/List;)V
add-int/lit8 v0, p3, 0xd
.line 44
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_b8
move-object v0, v2
goto :goto_c2
:cond_b8
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->shopDecorationInfosConverter:Lcom/sandboxol/greendao/b/D;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/D;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v0
:goto_c2
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setShopDecorationInfos(Ljava/util/List;)V
add-int/lit8 v0, p3, 0xe
.line 45
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_cf
move-object v0, v2
goto :goto_d3
:cond_cf
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_d3
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setDetails(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0xf
.line 46
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setExpire(I)V
add-int/lit8 v0, p3, 0x10
.line 47
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_e9
move-object v0, v2
goto :goto_ed
:cond_e9
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_ed
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setIconUrl(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0x11
.line 48
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setIsNew(I)V
add-int/lit8 v0, p3, 0x12
.line 49
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setIsRecommend(I)V
add-int/lit8 v0, p3, 0x13
.line 50
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_10c
move-object v0, v2
goto :goto_110
:cond_10c
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_110
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setName(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0x14
.line 51
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setStatus(I)V
add-int/lit8 v0, p3, 0x15
.line 52
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_125
goto :goto_12f
:cond_125
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v2
:goto_12f
invoke-virtual {p2, v2}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setTag(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x16
.line 53
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setPrice(I)V
add-int/lit8 v0, p3, 0x17
.line 54
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setItemType(I)V
add-int/lit8 v0, p3, 0x18
.line 55
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setBlankType(I)V
add-int/lit8 v0, p3, 0x19
.line 56
invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S
move-result v0
const/4 v1, 0x1
const/4 v2, 0x0
if-eqz v0, :cond_159
const/4 v0, 0x1
goto :goto_15a
:cond_159
const/4 v0, 0x0
:goto_15a
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setIsDressRec(Z)V
add-int/lit8 p3, p3, 0x1a
.line 57
invoke-interface {p1, p3}, Landroid/database/Cursor;->getShort(I)S
move-result p1
if-eqz p1, :cond_166
goto :goto_167
:cond_166
const/4 v1, 0x0
:goto_167
invoke-virtual {p2, v1}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setHasLocalRes(Z)V
return-void
.end method
.method public bridge synthetic readEntity(Landroid/database/Cursor;Ljava/lang/Object;I)V
.registers 4
.line 2
check-cast p2, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;I)V
return-void
.end method
.method public readKey(Landroid/database/Cursor;I)Ljava/lang/Long;
.registers 4
add-int/lit8 p2, p2, 0x0
.line 2
invoke-interface {p1, p2}, Landroid/database/Cursor;->isNull(I)Z
move-result v0
if-eqz v0, :cond_a
const/4 p1, 0x0
goto :goto_12
:cond_a
invoke-interface {p1, p2}, Landroid/database/Cursor;->getLong(I)J
move-result-wide p1
invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
:goto_12
return-object p1
.end method
.method public bridge synthetic readKey(Landroid/database/Cursor;I)Ljava/lang/Object;
.registers 3
.line 1
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->readKey(Landroid/database/Cursor;I)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method
.method protected final updateKeyAfterInsert(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;J)Ljava/lang/Long;
.registers 5
.line 2
invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v0
invoke-virtual {p1, v0}, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;->setID(Ljava/lang/Long;)V
.line 3
invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method
.method protected bridge synthetic updateKeyAfterInsert(Ljava/lang/Object;J)Ljava/lang/Object;
.registers 4
.line 1
check-cast p1, Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;
invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/SuitDressInfoDao;->updateKeyAfterInsert(Lcom/sandboxol/greendao/entity/dress/SuitDressInfo;J)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method