public class Html5File extends Object implements org.apache.wicket.util.io.IClusterable
Constructor and Description |
---|
Html5File(String name,
long size,
String type,
Calendar lastModifiedDate)
Constructor.
|
public Html5File(String name, long size, String type, Calendar lastModifiedDate)
name
- name of the file without path, not-nullsize
- size of the file in bytes, non-negativetype
- mime type of the file, not-null, can be an empty string if not knownlastModifiedDate
- last modified date pf the file, can be nullpublic String getName()
public long getSize()
public String getType()
public Calendar getLastModifiedDate()
Copyright © 2015. All rights reserved.