Interface IFilePickItem

    • Method Detail

      • getFullPath

        String getFullPath()
        Returns:
        the fullPath
      • setFullPath

        void setFullPath​(String fullPath)
        Parameters:
        fullPath - The full path required to access the file.
      • 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()