Interface IFilePickItem
- All Known Implementing Classes:
FavoritePickItem
,RecentPickItem
public interface IFilePickItem
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
void
setFullPath
(String fullPath) void
setLastUse
(Long lastUse) void
com.google.gwt.json.client.JSONObject
toJson()
-
Method Details
-
getFullPath
String getFullPath()- Returns:
- the fullPath
-
setFullPath
- Parameters:
fullPath
- The full path required to access the file.
-
getTitle
String getTitle() -
setTitle
- Parameters:
title
- User Friendly title to use in UI
-
getLastUse
Long getLastUse() -
setLastUse
-
toJson
com.google.gwt.json.client.JSONObject toJson()
-