FloatViewInfo.smali
.class public Lcom/sandboxol/greendao/entity/FloatViewInfo;
.super Ljava/lang/Object;
.source "FloatViewInfo.java"
# instance fields
.field private locationX:I
.field private locationY:I
.field private userId:J
# direct methods
.method public constructor <init>()V
.registers 1
.line 5
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public constructor <init>(JII)V
.registers 5
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-wide p1, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->userId:J
.line 3
iput p3, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationX:I
.line 4
iput p4, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationY:I
return-void
.end method
# virtual methods
.method public getLocationX()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationX:I
return v0
.end method
.method public getLocationY()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationY:I
return v0
.end method
.method public getUserId()J
.registers 3
.line 1
iget-wide v0, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->userId:J
return-wide v0
.end method
.method public setLocationX(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationX:I
return-void
.end method
.method public setLocationY(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->locationY:I
return-void
.end method
.method public setUserId(J)V
.registers 3
.line 1
iput-wide p1, p0, Lcom/sandboxol/greendao/entity/FloatViewInfo;->userId:J
return-void
.end method