com.stratelia.webactiv.kmelia.model
Class FileDetail

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.FileDetail
All Implemented Interfaces:
Serializable

public class FileDetail
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileDetail(String name, String path, long size, boolean isDirectory)
           
 
Method Summary
 String getFileDownloadEstimation()
           
 String getFileIcon()
           
 String getFileSize()
           
 String getFileURL()
           
 String getMimeType()
           
 String getName()
           
 String getPath()
           
 long getSize()
           
 boolean isIsDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDetail

public FileDetail(String name,
                  String path,
                  long size,
                  boolean isDirectory)
Method Detail

getFileDownloadEstimation

public String getFileDownloadEstimation()

getFileSize

public String getFileSize()

getFileIcon

public String getFileIcon()

getFileURL

public String getFileURL()

isIsDirectory

public boolean isIsDirectory()

getName

public String getName()

getMimeType

public String getMimeType()

getPath

public String getPath()

getSize

public long getSize()


Copyright © 2016 Silverpeas. All Rights Reserved.