RealPlayGame.smali
.class public Lcom/sandboxol/greendao/entity/RealPlayGame;
.super Ljava/lang/Object;
.source "RealPlayGame.java"
# interfaces
.implements Ljava/io/Serializable;
# instance fields
.field private gameId:Ljava/lang/String;
.field private gameName:Ljava/lang/String;
# 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 getGameId()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/RealPlayGame;->gameId:Ljava/lang/String;
return-object v0
.end method
.method public getGameName()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/RealPlayGame;->gameName:Ljava/lang/String;
return-object v0
.end method
.method public setGameId(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/RealPlayGame;->gameId:Ljava/lang/String;
return-void
.end method
.method public setGameName(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/RealPlayGame;->gameName:Ljava/lang/String;
return-void
.end method