SingleDressInfoDao.smali
.class public Lcom/sandboxol/greendao/entity/SingleDressInfoDao;
.super Lorg/greenrobot/greendao/a;
.source "SingleDressInfoDao.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/sandboxol/greendao/entity/SingleDressInfoDao$Properties;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/greenrobot/greendao/a<",
"Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;",
"Ljava/lang/Long;",
">;"
}
.end annotation
# static fields
.field public static final TABLENAME:Ljava/lang/String; = "SINGLE_DRESS_INFO"
# instance fields
.field private final decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
.field private final limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.field private final occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
.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/SingleDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.line 3
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/SingleDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
.line 4
new-instance p1, Lcom/sandboxol/greendao/b/u;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/u;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
.line 5
new-instance p1, Lcom/sandboxol/greendao/b/e;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/e;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
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/SingleDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
.line 8
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/SingleDressInfoDao;->tagConverter:Lcom/sandboxol/greendao/b/s;
.line 9
new-instance p1, Lcom/sandboxol/greendao/b/u;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/u;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
.line 10
new-instance p1, Lcom/sandboxol/greendao/b/e;
invoke-direct {p1}, Lcom/sandboxol/greendao/b/e;-><init>()V
iput-object p1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
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, "\"SINGLE_DRESS_INFO\" (\"_id\" INTEGER PRIMARY KEY AUTOINCREMENT ,\"USER_ID\" INTEGER NOT NULL ,\"CLAN_LEVEL\" INTEGER NOT NULL ,\"STATUS\" INTEGER NOT NULL ,\"VIP\" INTEGER NOT NULL ,\"TYPE\" INTEGER NOT NULL ,\"ID\" INTEGER NOT NULL ,\"CURRENCY\" INTEGER NOT NULL ,\"DETAILS\" TEXT,\"EXPIRE\" INTEGER NOT NULL ,\"HAS_PURCHASE\" INTEGER NOT NULL ,\"ICON_URL\" TEXT,\"IS_NEW\" INTEGER NOT NULL ,\"IS_RECOMMEND\" INTEGER NOT NULL ,\"NAME\" TEXT,\"PRICE\" INTEGER NOT NULL ,\"QUANTITY\" INTEGER NOT NULL ,\"REMAINING_DAYS\" INTEGER NOT NULL ,\"RESOURCE_ID\" TEXT,\"SEX\" INTEGER NOT NULL ,\"SUIT_ID\" INTEGER NOT NULL ,\"SUIT_PRICE\" INTEGER NOT NULL ,\"TYPE_ID\" INTEGER NOT NULL ,\"LIMITED_TIMES\" TEXT,\"TAG\" TEXT,\"BUY_SUCCESS\" INTEGER NOT NULL ,\"RELEASE_TIME\" INTEGER NOT NULL ,\"OCCUPY_POSITION\" TEXT,\"IS_ACTIVITY\" INTEGER NOT NULL ,\"ACTIVITY_FLAG\" TEXT,\"DECORATION_INFO_LIST\" TEXT,\"ORDER_FIELD\" INTEGER NOT NULL ,\"ITEM_TYPE\" INTEGER NOT NULL ,\"BLANK_TYPE\" INTEGER NOT NULL ,\"IS_DRESS_REC\" INTEGER NOT NULL ,\"IS_WHOLE_SET_SUIT\" 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, "\"SINGLE_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/SingleDressInfo;)V
.registers 11
.line 50
invoke-virtual {p1}, Landroid/database/sqlite/SQLiteStatement;->clearBindings()V
.line 51
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getID()Ljava/lang/Long;
move-result-object v0
if-eqz v0, :cond_11
const/4 v1, 0x1
.line 52
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 53
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getUserId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/4 v0, 0x3
.line 54
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getClanLevel()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, 0x4
.line 55
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getStatus()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 56
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getVip()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, 0x6
.line 57
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getType()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, 0x7
.line 58
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x8
.line 59
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getCurrency()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 60
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getDetails()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_5a
const/16 v1, 0x9
.line 61
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_5a
const/16 v0, 0xa
.line 62
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getExpire()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, 0xb
.line 63
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getHasPurchase()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 64
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIconUrl()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_79
const/16 v1, 0xc
.line 65
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_79
const/16 v0, 0xd
.line 66
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0xe
.line 67
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsRecommend()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 68
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getName()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_98
const/16 v1, 0xf
.line 69
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_98
const/16 v0, 0x10
.line 70
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0x11
.line 71
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0x12
.line 72
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getRemainingDays()I
move-result v1
int-to-long v1, v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 73
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getResourceId()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_c1
const/16 v1, 0x13
.line 74
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
:cond_c1
const/16 v0, 0x14
.line 75
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSex()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, 0x15
.line 76
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSuitId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x16
.line 77
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSuitPrice()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x17
.line 78
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getTypeId()J
move-result-wide v1
invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 79
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getLimitedTimes()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_f7
const/16 v1, 0x18
.line 80
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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
.line 81
:cond_f7
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getTag()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_108
const/16 v1, 0x19
.line 82
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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_108
const/16 v0, 0x1a
.line 83
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getBuySuccess()Z
move-result v1
const-wide/16 v2, 0x1
const-wide/16 v4, 0x0
if-eqz v1, :cond_116
move-wide v6, v2
goto :goto_117
:cond_116
move-wide v6, v4
:goto_117
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x1b
.line 84
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getReleaseTime()J
move-result-wide v6
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 85
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getOccupyPosition()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_134
const/16 v1, 0x1c
.line 86
iget-object v6, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
invoke-virtual {v6, v0}, Lcom/sandboxol/greendao/b/u;->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_134
const/16 v0, 0x1d
.line 87
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsActivity()I
move-result v1
int-to-long v6, v1
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
.line 88
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getActivityFlag()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_149
const/16 v1, 0x1e
.line 89
invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V
.line 90
:cond_149
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getDecorationInfoList()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_15a
const/16 v1, 0x1f
.line 91
iget-object v6, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
invoke-virtual {v6, v0}, Lcom/sandboxol/greendao/b/e;->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_15a
const/16 v0, 0x20
.line 92
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getOrderField()I
move-result v1
int-to-long v6, v1
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x21
.line 93
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getItemType()I
move-result v1
int-to-long v6, v1
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x22
.line 94
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getBlankType()I
move-result v1
int-to-long v6, v1
invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x23
.line 95
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsDressRec()Z
move-result v1
if-eqz v1, :cond_181
goto :goto_182
:cond_181
move-wide v2, v4
:goto_182
invoke-virtual {p1, v0, v2, v3}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V
const/16 v0, 0x24
.line 96
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsWholeSetSuit()I
move-result p2
int-to-long v1, p2
invoke-virtual {p1, v0, v1, v2}, 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/SingleDressInfo;
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->bindValues(Landroid/database/sqlite/SQLiteStatement;Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)V
return-void
.end method
.method protected final bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)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/SingleDressInfo;->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/SingleDressInfo;->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/SingleDressInfo;->getClanLevel()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, 0x4
.line 8
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getStatus()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/SingleDressInfo;->getVip()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, 0x6
.line 10
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getType()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, 0x7
.line 11
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getId()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x8
.line 12
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getCurrency()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 13
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getDetails()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_5a
const/16 v1, 0x9
.line 14
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_5a
const/16 v0, 0xa
.line 15
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getExpire()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, 0xb
.line 16
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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 17
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIconUrl()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_79
const/16 v1, 0xc
.line 18
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_79
const/16 v0, 0xd
.line 19
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0xe
.line 20
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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 21
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getName()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_98
const/16 v1, 0xf
.line 22
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_98
const/16 v0, 0x10
.line 23
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0x11
.line 24
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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, 0x12
.line 25
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getRemainingDays()I
move-result v1
int-to-long v1, v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 26
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getResourceId()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_c1
const/16 v1, 0x13
.line 27
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
:cond_c1
const/16 v0, 0x14
.line 28
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSex()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, 0x15
.line 29
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSuitId()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x16
.line 30
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getSuitPrice()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x17
.line 31
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getTypeId()J
move-result-wide v1
invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 32
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getLimitedTimes()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_f7
const/16 v1, 0x18
.line 33
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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
.line 34
:cond_f7
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getTag()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_108
const/16 v1, 0x19
.line 35
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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_108
const/16 v0, 0x1a
.line 36
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getBuySuccess()Z
move-result v1
const-wide/16 v2, 0x1
const-wide/16 v4, 0x0
if-eqz v1, :cond_116
move-wide v6, v2
goto :goto_117
:cond_116
move-wide v6, v4
:goto_117
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x1b
.line 37
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getReleaseTime()J
move-result-wide v6
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 38
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getOccupyPosition()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_134
const/16 v1, 0x1c
.line 39
iget-object v6, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
invoke-virtual {v6, v0}, Lcom/sandboxol/greendao/b/u;->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_134
const/16 v0, 0x1d
.line 40
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsActivity()I
move-result v1
int-to-long v6, v1
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
.line 41
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getActivityFlag()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_149
const/16 v1, 0x1e
.line 42
invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V
.line 43
:cond_149
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getDecorationInfoList()Ljava/util/List;
move-result-object v0
if-eqz v0, :cond_15a
const/16 v1, 0x1f
.line 44
iget-object v6, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
invoke-virtual {v6, v0}, Lcom/sandboxol/greendao/b/e;->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_15a
const/16 v0, 0x20
.line 45
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getOrderField()I
move-result v1
int-to-long v6, v1
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x21
.line 46
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getItemType()I
move-result v1
int-to-long v6, v1
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x22
.line 47
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getBlankType()I
move-result v1
int-to-long v6, v1
invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x23
.line 48
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsDressRec()Z
move-result v1
if-eqz v1, :cond_181
goto :goto_182
:cond_181
move-wide v2, v4
:goto_182
invoke-interface {p1, v0, v2, v3}, Lorg/greenrobot/greendao/b/c;->c(IJ)V
const/16 v0, 0x24
.line 49
invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->getIsWholeSetSuit()I
move-result p2
int-to-long v1, p2
invoke-interface {p1, v0, v1, v2}, 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/SingleDressInfo;
invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)V
return-void
.end method
.method public getKey(Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)Ljava/lang/Long;
.registers 2
if-eqz p1, :cond_7
.line 2
invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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/SingleDressInfo;
invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->getKey(Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method
.method public hasKey(Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)Z
.registers 2
.line 2
invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->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/SingleDressInfo;
invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->hasKey(Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;)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/SingleDressInfo;
.registers 53
move-object/from16 v0, p0
move-object/from16 v1, p1
.line 3
new-instance v44, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;
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;->getInt(I)I
move-result v7
add-int/lit8 v3, p2, 0x3
.line 7
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v8
add-int/lit8 v3, p2, 0x4
.line 8
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v9
add-int/lit8 v3, p2, 0x5
.line 9
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v10
add-int/lit8 v3, p2, 0x6
.line 10
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v11
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;->isNull(I)Z
move-result v14
if-eqz v14, :cond_4c
const/4 v14, 0x0
goto :goto_51
:cond_4c
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object v14, v3
:goto_51
add-int/lit8 v3, p2, 0x9
.line 13
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v15
add-int/lit8 v3, p2, 0xa
.line 14
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v16
add-int/lit8 v3, p2, 0xb
.line 15
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, 0xc
.line 16
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v18
add-int/lit8 v3, p2, 0xd
.line 17
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v19
add-int/lit8 v3, p2, 0xe
.line 18
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v20
if-eqz v20, :cond_85
const/16 v20, 0x0
goto :goto_8b
:cond_85
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v20, v3
:goto_8b
add-int/lit8 v3, p2, 0xf
.line 19
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v21
add-int/lit8 v3, p2, 0x10
.line 20
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v22
add-int/lit8 v3, p2, 0x11
.line 21
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v23
add-int/lit8 v3, p2, 0x12
.line 22
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v24
if-eqz v24, :cond_a8
const/16 v24, 0x0
goto :goto_ae
:cond_a8
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v24, v3
:goto_ae
add-int/lit8 v3, p2, 0x13
.line 23
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v25
add-int/lit8 v3, p2, 0x14
.line 24
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v26
add-int/lit8 v3, p2, 0x15
.line 25
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v28
add-int/lit8 v3, p2, 0x16
.line 26
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v30
add-int/lit8 v3, p2, 0x17
.line 27
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v32
if-eqz v32, :cond_d1
const/16 v33, 0x0
goto :goto_dd
:cond_d1
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->limitedTimesConverter:Lcom/sandboxol/greendao/b/q;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/q;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v33, v3
:goto_dd
add-int/lit8 v3, p2, 0x18
.line 28
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_e8
const/16 v34, 0x0
goto :goto_f4
:cond_e8
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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 v34, v3
:goto_f4
add-int/lit8 v3, p2, 0x19
.line 29
invoke-interface {v1, v3}, Landroid/database/Cursor;->getShort(I)S
move-result v3
const/16 v35, 0x0
if-eqz v3, :cond_101
const/16 v36, 0x1
goto :goto_103
:cond_101
const/16 v36, 0x0
:goto_103
add-int/lit8 v3, p2, 0x1a
.line 30
invoke-interface {v1, v3}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v37
add-int/lit8 v3, p2, 0x1b
.line 31
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v39
if-eqz v39, :cond_114
const/16 v40, 0x0
goto :goto_120
:cond_114
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/u;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v40, v3
:goto_120
add-int/lit8 v3, p2, 0x1c
.line 32
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v41
add-int/lit8 v3, p2, 0x1d
.line 33
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_131
const/16 v42, 0x0
goto :goto_137
:cond_131
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
move-object/from16 v42, v3
:goto_137
add-int/lit8 v3, p2, 0x1e
.line 34
invoke-interface {v1, v3}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_142
const/16 v45, 0x0
goto :goto_14e
:cond_142
iget-object v4, v0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
invoke-interface {v1, v3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v4, v3}, Lcom/sandboxol/greendao/b/e;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v3
move-object/from16 v45, v3
:goto_14e
add-int/lit8 v3, p2, 0x1f
.line 35
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v46
add-int/lit8 v3, p2, 0x20
.line 36
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v47
add-int/lit8 v3, p2, 0x21
.line 37
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v48
add-int/lit8 v3, p2, 0x22
.line 38
invoke-interface {v1, v3}, Landroid/database/Cursor;->getShort(I)S
move-result v3
if-eqz v3, :cond_16b
const/16 v49, 0x1
goto :goto_16d
:cond_16b
const/16 v49, 0x0
:goto_16d
add-int/lit8 v3, p2, 0x23
.line 39
invoke-interface {v1, v3}, Landroid/database/Cursor;->getInt(I)I
move-result v43
move-object/from16 v1, v44
move-wide v3, v5
move v5, v7
move v6, v8
move v7, v9
move v8, v10
move-wide v9, v11
move v11, v13
move-object v12, v14
move v13, v15
move/from16 v14, v16
move-object/from16 v15, v17
move/from16 v16, v18
move/from16 v17, v19
move-object/from16 v18, v20
move/from16 v19, v21
move/from16 v20, v22
move/from16 v21, v23
move-object/from16 v22, v24
move/from16 v23, v25
move-wide/from16 v24, v26
move-wide/from16 v26, v28
move-wide/from16 v28, v30
move-object/from16 v30, v33
move-object/from16 v31, v34
move/from16 v32, v36
move-wide/from16 v33, v37
move-object/from16 v35, v40
move/from16 v36, v41
move-object/from16 v37, v42
move-object/from16 v38, v45
move/from16 v39, v46
move/from16 v40, v47
move/from16 v41, v48
move/from16 v42, v49
invoke-direct/range {v1 .. v43}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;-><init>(Ljava/lang/Long;JIIIIJILjava/lang/String;IILjava/lang/String;IILjava/lang/String;IIILjava/lang/String;IJJJLjava/util/List;Ljava/util/List;ZJLjava/util/List;ILjava/lang/String;Ljava/util/List;IIIZI)V
return-object v44
.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/SingleDressInfoDao;->readEntity(Landroid/database/Cursor;I)Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;
move-result-object p1
return-object p1
.end method
.method public readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;I)V
.registers 10
add-int/lit8 v0, p3, 0x0
.line 40
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/SingleDressInfo;->setID(Ljava/lang/Long;)V
add-int/lit8 v0, p3, 0x1
.line 41
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setUserId(J)V
add-int/lit8 v0, p3, 0x2
.line 42
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setClanLevel(I)V
add-int/lit8 v0, p3, 0x3
.line 43
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setStatus(I)V
add-int/lit8 v0, p3, 0x4
.line 44
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setVip(I)V
add-int/lit8 v0, p3, 0x5
.line 45
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setType(I)V
add-int/lit8 v0, p3, 0x6
.line 46
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setId(J)V
add-int/lit8 v0, p3, 0x7
.line 47
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setCurrency(I)V
add-int/lit8 v0, p3, 0x8
.line 48
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_5f
move-object v0, v2
goto :goto_63
:cond_5f
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_63
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setDetails(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0x9
.line 49
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setExpire(I)V
add-int/lit8 v0, p3, 0xa
.line 50
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setHasPurchase(I)V
add-int/lit8 v0, p3, 0xb
.line 51
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_82
move-object v0, v2
goto :goto_86
:cond_82
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_86
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIconUrl(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0xc
.line 52
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIsNew(I)V
add-int/lit8 v0, p3, 0xd
.line 53
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIsRecommend(I)V
add-int/lit8 v0, p3, 0xe
.line 54
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_a5
move-object v0, v2
goto :goto_a9
:cond_a5
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_a9
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setName(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0xf
.line 55
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setPrice(I)V
add-int/lit8 v0, p3, 0x10
.line 56
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setQuantity(I)V
add-int/lit8 v0, p3, 0x11
.line 57
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setRemainingDays(I)V
add-int/lit8 v0, p3, 0x12
.line 58
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_d1
move-object v0, v2
goto :goto_d5
:cond_d1
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_d5
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setResourceId(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0x13
.line 59
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setSex(I)V
add-int/lit8 v0, p3, 0x14
.line 60
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setSuitId(J)V
add-int/lit8 v0, p3, 0x15
.line 61
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setSuitPrice(J)V
add-int/lit8 v0, p3, 0x16
.line 62
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v0
invoke-virtual {p2, v0, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setTypeId(J)V
add-int/lit8 v0, p3, 0x17
.line 63
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_106
move-object v0, v2
goto :goto_110
:cond_106
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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_110
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setLimitedTimes(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x18
.line 64
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v1
if-eqz v1, :cond_11d
move-object v0, v2
goto :goto_127
:cond_11d
iget-object v1, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->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 v0
:goto_127
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setTag(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x19
.line 65
invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S
move-result v0
const/4 v1, 0x1
const/4 v3, 0x0
if-eqz v0, :cond_136
const/4 v0, 0x1
goto :goto_137
:cond_136
const/4 v0, 0x0
:goto_137
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setBuySuccess(Z)V
add-int/lit8 v0, p3, 0x1a
.line 66
invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J
move-result-wide v4
invoke-virtual {p2, v4, v5}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setReleaseTime(J)V
add-int/lit8 v0, p3, 0x1b
.line 67
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_14d
move-object v0, v2
goto :goto_157
:cond_14d
iget-object v4, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->occupyPositionConverter:Lcom/sandboxol/greendao/b/u;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v4, v0}, Lcom/sandboxol/greendao/b/u;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v0
:goto_157
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setOccupyPosition(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x1c
.line 68
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIsActivity(I)V
add-int/lit8 v0, p3, 0x1d
.line 69
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_16d
move-object v0, v2
goto :goto_171
:cond_16d
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
:goto_171
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setActivityFlag(Ljava/lang/String;)V
add-int/lit8 v0, p3, 0x1e
.line 70
invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z
move-result v4
if-eqz v4, :cond_17d
goto :goto_187
:cond_17d
iget-object v2, p0, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->decorationInfoListConverter:Lcom/sandboxol/greendao/b/e;
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/e;->a(Ljava/lang/String;)Ljava/util/List;
move-result-object v2
:goto_187
invoke-virtual {p2, v2}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setDecorationInfoList(Ljava/util/List;)V
add-int/lit8 v0, p3, 0x1f
.line 71
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setOrderField(I)V
add-int/lit8 v0, p3, 0x20
.line 72
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setItemType(I)V
add-int/lit8 v0, p3, 0x21
.line 73
invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I
move-result v0
invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setBlankType(I)V
add-int/lit8 v0, p3, 0x22
.line 74
invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S
move-result v0
if-eqz v0, :cond_1ae
goto :goto_1af
:cond_1ae
const/4 v1, 0x0
:goto_1af
invoke-virtual {p2, v1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIsDressRec(Z)V
add-int/lit8 p3, p3, 0x23
.line 75
invoke-interface {p1, p3}, Landroid/database/Cursor;->getInt(I)I
move-result p1
invoke-virtual {p2, p1}, Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;->setIsWholeSetSuit(I)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/SingleDressInfo;
invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;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/SingleDressInfoDao;->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/SingleDressInfo;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/SingleDressInfo;->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/SingleDressInfo;
invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/SingleDressInfoDao;->updateKeyAfterInsert(Lcom/sandboxol/greendao/entity/dress/SingleDressInfo;J)Ljava/lang/Long;
move-result-object p1
return-object p1
.end method