Class VMFileInfo
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.util.VMFileInfo
-
public class VMFileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description VMFileInfo(String p_strUrl, String p_strFileName, String p_strContentType, Date p_dtLastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBrowserCacheValue()
String
getContentType()
String
getFileName()
long
getLastModified()
String
getUrl()
boolean
isImage()
-