Package com.jalios.jcms
Class FileSize
- java.lang.Object
-
- com.jalios.jcms.FileSize
-
public class FileSize extends java.lang.Object
represent size associated to a file size is the size of the file itself fullSize is the size with all associated files
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFullSize()
long
getSize()
void
setFullSize(long fullSize)
void
setSize(long size)
-