Class RecentPickItem
java.lang.Object
org.pentaho.mantle.client.solutionbrowser.filepicklist.RecentPickItem
- All Implemented Interfaces:
IFilePickItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getTitle()
int
hashCode()
void
setFullPath
(String fullPath) void
setLastUse
(Long lastUse) void
com.google.gwt.json.client.JSONObject
toJson()
-
Constructor Details
-
RecentPickItem
-
-
Method Details
-
getFullPath
- Specified by:
getFullPath
in interfaceIFilePickItem
- Returns:
- the fullPath
-
setFullPath
- Specified by:
setFullPath
in interfaceIFilePickItem
- Parameters:
fullPath
- the fullPath to set
-
getLastUse
- Specified by:
getLastUse
in interfaceIFilePickItem
-
setLastUse
- Specified by:
setLastUse
in interfaceIFilePickItem
-
toJson
public com.google.gwt.json.client.JSONObject toJson()- Specified by:
toJson
in interfaceIFilePickItem
-
equals
-
hashCode
public int hashCode() -
getTitle
- Specified by:
getTitle
in interfaceIFilePickItem
-
setTitle
- Specified by:
setTitle
in interfaceIFilePickItem
- Parameters:
title
- User Friendly title to use in UI
-