Package com.suncode.pwfl.archive
Class WfFile
java.lang.Object
com.suncode.pwfl.archive.WfFile
Klasa przechowująca dane o dokumencie systemowym.
- Author:
- Paweł Rosolak 21-03-2013
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActivityDocument
(ActivityDocument activityDocument) long
getId()
getPath()
long
getSize()
boolean
boolean
void
setActivityDocuments
(Set<ActivityDocument> activityDocuments) void
setCipherAlgorithm
(String cipherAlgorithm) void
setCipherKey
(String cipherKey) void
setCompressed
(boolean compressed) void
setDescription
(String description) void
setDocumentClass
(DocumentClass documentClass) void
setEncrypted
(boolean encrypted) void
setFileDate
(Date fileDate) void
setFileName
(String fileName) void
setGoogleDriveFileId
(String googleDriveFileId) void
setId
(long id) void
setOneDriveItemId
(String oneDriveItemId) void
void
setSize
(long size) void
setSystemFileName
(String systemFileName) void
setUploader
(String uploader) void
setVersion
(WfFileVersion version)
-
Field Details
-
JOIN_DOC_CLASS
- See Also:
-
JOIN_VERSION
- See Also:
-
-
Constructor Details
-
WfFile
-
WfFile
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getDescription
-
setDescription
-
isCompressed
public boolean isCompressed() -
setCompressed
public void setCompressed(boolean compressed) -
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
getCipherAlgorithm
-
setCipherAlgorithm
-
getCipherKey
-
setCipherKey
-
getFileName
-
setFileName
-
getSystemFileName
-
setSystemFileName
-
getFileDate
-
setFileDate
-
getPath
-
setPath
-
getUploader
-
setUploader
-
getSize
public long getSize() -
setSize
public void setSize(long size) -
getOneDriveItemId
-
setOneDriveItemId
-
getGoogleDriveFileId
-
setGoogleDriveFileId
-
getVersion
-
setVersion
-
getDocumentClass
-
setDocumentClass
-
getFullPath
-
getActivityDocuments
-
setActivityDocuments
-
addActivityDocument
-