FMTabData.smali
.class public Lcom/cm/plugincluster/loststars/filemanager/model/FMTabData;
.super Lcom/cm/plugincluster/loststars/filemanager/model/TransportData;
.source "FMTabData.java"
# instance fields
.field private entry:Lcom/cm/plugincluster/loststars/filemanager/model/ViewFileEntry;
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 3
invoke-direct {p0}, Lcom/cm/plugincluster/loststars/filemanager/model/TransportData;-><init>()V
return-void
.end method
# virtual methods
.method public getEntry()Lcom/cm/plugincluster/loststars/filemanager/model/ViewFileEntry;
.registers 2
.prologue
.line 7
iget-object v0, p0, Lcom/cm/plugincluster/loststars/filemanager/model/FMTabData;->entry:Lcom/cm/plugincluster/loststars/filemanager/model/ViewFileEntry;
return-object v0
.end method
.method public setEntry(Lcom/cm/plugincluster/loststars/filemanager/model/ViewFileEntry;)V
.registers 2
.prologue
.line 11
iput-object p1, p0, Lcom/cm/plugincluster/loststars/filemanager/model/FMTabData;->entry:Lcom/cm/plugincluster/loststars/filemanager/model/ViewFileEntry;
.line 12
return-void
.end method