tachyon.web
Class WebInterfaceBrowseServlet.UiFileInfo

java.lang.Object
  extended by tachyon.web.WebInterfaceBrowseServlet.UiFileInfo
All Implemented Interfaces:
Comparable<WebInterfaceBrowseServlet.UiFileInfo>
Enclosing class:
WebInterfaceBrowseServlet

public class WebInterfaceBrowseServlet.UiFileInfo
extends Object
implements Comparable<WebInterfaceBrowseServlet.UiFileInfo>

Class to make referencing file objects more intuitive. Mainly to avoid implicit association by array indexes.


Method Summary
 int compareTo(WebInterfaceBrowseServlet.UiFileInfo o)
           
 String getAbsolutePath()
           
 String getCheckpointPath()
           
 String getCreationTime()
           
 List<String> getFileLocations()
           
 int getId()
           
 boolean getInMemory()
           
 boolean getIsDirectory()
           
 String getName()
           
 String getSize()
           
 void setFileLocations(List<NetAddress> fileLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public int getId()

getName

public String getName()

getAbsolutePath

public String getAbsolutePath()

getCheckpointPath

public String getCheckpointPath()

getSize

public String getSize()

getCreationTime

public String getCreationTime()

getInMemory

public boolean getInMemory()

getIsDirectory

public boolean getIsDirectory()

setFileLocations

public void setFileLocations(List<NetAddress> fileLocations)

getFileLocations

public List<String> getFileLocations()

compareTo

public int compareTo(WebInterfaceBrowseServlet.UiFileInfo o)
Specified by:
compareTo in interface Comparable<WebInterfaceBrowseServlet.UiFileInfo>


Copyright © 2013. All Rights Reserved.