Class FavoritePickItem
- java.lang.Object
-
- org.pentaho.mantle.client.solutionbrowser.filepicklist.FavoritePickItem
-
- All Implemented Interfaces:
IFilePickItem
public class FavoritePickItem extends Object implements IFilePickItem
-
-
Constructor Summary
Constructors Constructor Description FavoritePickItem(String fullPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFullPath()
Long
getLastUse()
String
getTitle()
int
hashCode()
void
setFullPath(String fullPath)
void
setLastUse(Long lastUse)
void
setTitle(String title)
com.google.gwt.json.client.JSONObject
toJson()
-
-
-
Constructor Detail
-
FavoritePickItem
public FavoritePickItem(String fullPath)
-
-
Method Detail
-
getFullPath
public String getFullPath()
- Specified by:
getFullPath
in interfaceIFilePickItem
- Returns:
- the fullPath
-
setFullPath
public void setFullPath(String fullPath)
- Specified by:
setFullPath
in interfaceIFilePickItem
- Parameters:
fullPath
- the fullPath to set
-
getLastUse
public Long getLastUse()
- Specified by:
getLastUse
in interfaceIFilePickItem
-
setLastUse
public void setLastUse(Long lastUse)
- Specified by:
setLastUse
in interfaceIFilePickItem
-
toJson
public com.google.gwt.json.client.JSONObject toJson()
- Specified by:
toJson
in interfaceIFilePickItem
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceIFilePickItem
-
setTitle
public void setTitle(String title)
- Specified by:
setTitle
in interfaceIFilePickItem
- Parameters:
title
- User Friendly title to use in UI
-
-