com.jalios.jcms
Class FileSize
java.lang.Object
  
com.jalios.jcms.FileSize
public class FileSize
- extends Object
 
represent size associated to a file
 
 size is the size of the file itself
 fullSize is the size with all associated files
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FileSize
public FileSize()
FileSize
public FileSize(long size,
                long fullSize)
getSize
public long getSize()
 
setSize
public void setSize(long size)
 
getFullSize
public long getFullSize()
 
setFullSize
public void setFullSize(long fullSize)
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.