Class DownloadEventArgs
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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
-
-
-
Method Detail
-
getProgress
public int getProgress()
getProgress- Returns:
- progress
-
setProgress
public void setProgress(int progress)
setProgress- Parameters:
progress
-
-
getID
public String getID()
getID- Returns:
- ID
-
setID
public void setID(String ID)
setID- Parameters:
ID
-
-
getError
public Exception getError()
getError- Returns:
- error
-
setError
public void setError(Exception error)
setError- Parameters:
error
-
-
getRoomId
public int getRoomId()
getRoomId- Returns:
- roomId
-
setRoomId
public void setRoomId(int roomId)
setRoomId- Parameters:
roomId
-
-
getDocumentName
public String getDocumentName()
getDocumentName- Returns:
- documentName
-
setDocumentName
public void setDocumentName(String documentName)
setDocumentName- Parameters:
documentName
-
-
getFullPath
public String getFullPath()
getFullPath- Returns:
- fullPath
-
setFullPath
public void setFullPath(String fullPath)
setFullPath- Parameters:
fullPath
-
-
getRealFile
public boolean getRealFile()
getRealFile- Returns:
- realFile
-
setRealFile
public void setRealFile(boolean realFile)
setRealFile- Parameters:
realFile
-
-
-