Interface FileInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FileInfoImpl,PersistedFileInfo
-
Method Details
-
getSize
long getSize() -
getMime
String getMime() -
getFileName
String getFileName() -
getDescription
String getDescription() -
getExtension
String getExtension() -
getFile
File getFile() -
isPersisted
boolean isPersisted() -
getFileId
Number getFileId()Obtem o ID do arquivo caso seja peristido, ou NULL se nao for um arquivo persistido ainda- Returns:
-
getFileDomainId
String getFileDomainId()Obtem o ID do arquivo dentro de seu contexto de negocio- Returns:
-