org.openmobileis.synchro.openmsp.server.util
Interface ZipEntryFile

All Superinterfaces:
OpenMISFile, OpenMISSerializable, java.io.Serializable
All Known Implementing Classes:
FileStoreZipEntryFile, MemoryZipEntryFile

public interface ZipEntryFile
extends OpenMISFile

Title: OpenMobileIS project source
Description: Memory file use by synchro processus. Use this file to specify a zip file added to the synchro file. All file with the same zipFileName will be added to this zip file. Use by FODB synchro processus to add all collection file generated by complete synchro to a zip file added to the synchro files.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
static long serialVersionUID
           
 
Method Summary
 java.lang.String getZipFileName()
           
 void setZipFileName(java.lang.String zipFileName)
           
 
Methods inherited from interface org.openmobileis.synchro.openmsp.server.util.OpenMISFile
getFileCompleteName, getFileData, getFileDataStream, getFileDate, getFileLength, getFileName, getFilePath, setFileDate
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getZipFileName

public java.lang.String getZipFileName()

setZipFileName

public void setZipFileName(java.lang.String zipFileName)


Copyright 2006 OpenMobileIS. All Rights Reserved.