Class DownloadEventArgs
java.lang.Object
com.blackberry.workspaces.sdk.api.DownloadEventArgs
public class DownloadEventArgs extends Object
-
Constructor Summary
Constructors Constructor Description DownloadEventArgs(String docId, String name, int roomId, int progress, boolean realFile)
DownloadEventArgs(String docId, String name, int roomId, int progress, String path, Exception e, boolean realFile)
-
Method Summary
Modifier and Type Method Description String
getDocumentName()
getDocumentNameException
getError()
getErrorString
getFullPath()
getFullPathString
getID()
getIDint
getProgress()
getProgressboolean
getRealFile()
getRealFileint
getRoomId()
getRoomIdvoid
setDocumentName(String documentName)
setDocumentNamevoid
setError(Exception error)
setErrorvoid
setFullPath(String fullPath)
setFullPathvoid
setID(String ID)
setIDvoid
setProgress(int progress)
setProgressvoid
setRealFile(boolean realFile)
setRealFilevoid
setRoomId(int roomId)
setRoomId
-
Constructor Details
-
Method Details
-
getProgress
public int getProgress()getProgress- Returns:
- progress
-
setProgress
public void setProgress(int progress)setProgress- Parameters:
progress
-
-
getID
getID- Returns:
- ID
-
setID
setID- Parameters:
ID
-
-
getError
getError- Returns:
- error
-
setError
setError- Parameters:
error
-
-
getRoomId
public int getRoomId()getRoomId- Returns:
- roomId
-
setRoomId
public void setRoomId(int roomId)setRoomId- Parameters:
roomId
-
-
getDocumentName
getDocumentName- Returns:
- documentName
-
setDocumentName
setDocumentName- Parameters:
documentName
-
-
getFullPath
getFullPath- Returns:
- fullPath
-
setFullPath
setFullPath- Parameters:
fullPath
-
-
getRealFile
public boolean getRealFile()getRealFile- Returns:
- realFile
-
setRealFile
public void setRealFile(boolean realFile)setRealFile- Parameters:
realFile
-
-