Class RecentPickItem
java.lang.Object
org.pentaho.mantle.client.solutionbrowser.filepicklist.RecentPickItem
- All Implemented Interfaces:
IFilePickItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTitle()inthashCode()voidsetFullPath(String fullPath) voidsetLastUse(Long lastUse) voidcom.google.gwt.json.client.JSONObjecttoJson()
-
Constructor Details
-
RecentPickItem
-
-
Method Details
-
getFullPath
- Specified by:
getFullPathin interfaceIFilePickItem- Returns:
- the fullPath
-
setFullPath
- Specified by:
setFullPathin interfaceIFilePickItem- Parameters:
fullPath- the fullPath to set
-
getLastUse
- Specified by:
getLastUsein interfaceIFilePickItem
-
setLastUse
- Specified by:
setLastUsein interfaceIFilePickItem
-
toJson
public com.google.gwt.json.client.JSONObject toJson()- Specified by:
toJsonin interfaceIFilePickItem
-
equals
-
hashCode
public int hashCode() -
getTitle
- Specified by:
getTitlein interfaceIFilePickItem
-
setTitle
- Specified by:
setTitlein interfaceIFilePickItem- Parameters:
title- User Friendly title to use in UI
-