PGPathData.smali

.class public Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;
.super Lcom/cm/plugincluster/loststars/filemanager/model/TransportData;
.source "PGPathData.java"


# instance fields
.field private from:I

.field private mediaList:Lcom/cm/plugincluster/loststars/filemanager/interfaces/IMediaFileList;

.field private needReport:Z

.field private requestCode:I


# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 5
    invoke-direct {p0}, Lcom/cm/plugincluster/loststars/filemanager/model/TransportData;-><init>()V

    return-void
.end method


# virtual methods
.method public getFrom()I
    .registers 2

    .prologue
    .line 36
    iget v0, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->from:I

    return v0
.end method

.method public getMediaList()Lcom/cm/plugincluster/loststars/filemanager/interfaces/IMediaFileList;
    .registers 2

    .prologue
    .line 20
    iget-object v0, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->mediaList:Lcom/cm/plugincluster/loststars/filemanager/interfaces/IMediaFileList;

    return-object v0
.end method

.method public getRequestCode()I
    .registers 2

    .prologue
    .line 12
    iget v0, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->requestCode:I

    return v0
.end method

.method public isNeedReport()Z
    .registers 2

    .prologue
    .line 28
    iget-boolean v0, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->needReport:Z

    return v0
.end method

.method public setFrom(I)V
    .registers 2

    .prologue
    .line 40
    iput p1, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->from:I

    .line 41
    return-void
.end method

.method public setMediaList(Lcom/cm/plugincluster/loststars/filemanager/interfaces/IMediaFileList;)V
    .registers 2

    .prologue
    .line 24
    iput-object p1, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->mediaList:Lcom/cm/plugincluster/loststars/filemanager/interfaces/IMediaFileList;

    .line 25
    return-void
.end method

.method public setNeedReport(Z)V
    .registers 2

    .prologue
    .line 32
    iput-boolean p1, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->needReport:Z

    .line 33
    return-void
.end method

.method public setRequestCode(I)V
    .registers 2

    .prologue
    .line 16
    iput p1, p0, Lcom/cm/plugincluster/loststars/filemanager/model/PGPathData;->requestCode:I

    .line 17
    return-void
.end method