GamePayInfo.smali
.class public Lcom/sandboxol/greendao/entity/GamePayInfo;
.super Ljava/lang/Object;
.source "GamePayInfo.java"
# interfaces
.implements Ljava/io/Serializable;
# instance fields
.field private currency:I
.field private desc:Ljava/lang/String;
.field private orderType:I
.field private productId:Ljava/lang/String;
.field private qty:I
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getCurrency()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->currency:I
return v0
.end method
.method public getDesc()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->desc:Ljava/lang/String;
return-object v0
.end method
.method public getOrderType()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->orderType:I
return v0
.end method
.method public getProductId()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->productId:Ljava/lang/String;
return-object v0
.end method
.method public getQty()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->qty:I
return v0
.end method
.method public setCurrency(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->currency:I
return-void
.end method
.method public setDesc(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->desc:Ljava/lang/String;
return-void
.end method
.method public setOrderType(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->orderType:I
return-void
.end method
.method public setProductId(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->productId:Ljava/lang/String;
return-void
.end method
.method public setQty(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/greendao/entity/GamePayInfo;->qty:I
return-void
.end method