All Known Implementing Classes:
FavoritePickItem, RecentPickItem

public interface IFilePickItem
  • Method Details

    • getFullPath

      String getFullPath()
      Returns:
      the fullPath
    • setFullPath

      void setFullPath(String fullPath)
      Parameters:
      fullPath - The full path required to access the file.
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
      Parameters:
      title - User Friendly title to use in UI
    • getLastUse

      Long getLastUse()
    • setLastUse

      void setLastUse(Long lastUse)
    • toJson

      com.google.gwt.json.client.JSONObject toJson()