Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.beans
Class BrowserBean.FileInfo

java.lang.Object
  extended bycom.oldlight.weaver.admin.beans.BrowserBean.FileInfo
Enclosing class:
BrowserBean

public class BrowserBean.FileInfo
extends Object


Field Summary
private  String absolutePath
           
private  Date modificationTime
           
private  String name
           
private  long size
           
 
Constructor Summary
private BrowserBean.FileInfo(File file)
           
private BrowserBean.FileInfo(File file, String name)
           
 
Method Summary
 String getAbsolutePath()
           
 Date getModificationTime()
           
 String getName()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modificationTime

private Date modificationTime

size

private long size

name

private String name

absolutePath

private String absolutePath
Constructor Detail

BrowserBean.FileInfo

private BrowserBean.FileInfo(File file,
                             String name)

BrowserBean.FileInfo

private BrowserBean.FileInfo(File file)
Method Detail

getModificationTime

public Date getModificationTime()

getName

public String getName()

getSize

public long getSize()

getAbsolutePath

public String getAbsolutePath()

Copyright ©Paul Harvey