Class VMFileInfo

java.lang.Object
de.uplanet.lucy.server.businesslogic.util.VMFileInfo

public class VMFileInfo extends Object
  • Constructor Details

    • VMFileInfo

      public VMFileInfo(String p_strUrl, String p_strFileName, String p_strContentType, Date p_dtLastModified)
      Parameters:
      p_strUrl - The URL of the file
      p_strFileName - the name of the file
      p_strContentType - the content type of the file
      p_dtLastModified - the lastmodified date of the file
  • Method Details

    • getUrl

      public String getUrl()
    • getFileName

      public String getFileName()
    • getContentType

      public String getContentType()
    • isImage

      public boolean isImage()
    • getLastModified

      public long getLastModified()
    • getBrowserCacheValue

      public String getBrowserCacheValue()