lumis.portal.file
Interface IDownloadableFile

Package class diagram package IDownloadableFile
All Known Implementing Classes:
FileConfig, TransformedFileConfig

public interface IDownloadableFile

An interface ONLY to integrate fileConfig FileConfig and transformedFileConfig TransformedFileConfig for a matter of file download.

Since:
6.1.0

Method Summary
 String getContentType()
          Returns the file content type
 long getFileSize()
          Returns the file size
 String getName()
          Returns the file name
 

Method Detail

getContentType

String getContentType()
Returns the file content type

Returns:
the file content type
Since:
6.1.0

getFileSize

long getFileSize()
Returns the file size

Returns:
the file size
Since:
6.1.0

getName

String getName()
Returns the file name

Returns:
the file name
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.