com.jalios.jcms
Class FileSize

java.lang.Object
  extended by 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


Constructor Summary
FileSize()
           
FileSize(long size, long fullSize)
           
 
Method Summary
 long getFullSize()
           
 long getSize()
           
 void setFullSize(long fullSize)
           
 void setSize(long size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSize

public FileSize()

FileSize

public FileSize(long size,
                long fullSize)
Method Detail

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.