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 booleanequals(Object o)StringgetFullPath()LonggetLastUse()StringgetTitle()inthashCode()voidsetFullPath(String fullPath)voidsetLastUse(Long lastUse)voidsetTitle(String title)com.google.gwt.json.client.JSONObjecttoJson()
-
-
-
Constructor Detail
-
FavoritePickItem
public FavoritePickItem(String fullPath)
-
-
Method Detail
-
getFullPath
public String getFullPath()
- Specified by:
getFullPathin interfaceIFilePickItem- Returns:
- the fullPath
-
setFullPath
public void setFullPath(String fullPath)
- Specified by:
setFullPathin interfaceIFilePickItem- Parameters:
fullPath- the fullPath to set
-
getLastUse
public Long getLastUse()
- Specified by:
getLastUsein interfaceIFilePickItem
-
setLastUse
public void setLastUse(Long lastUse)
- Specified by:
setLastUsein interfaceIFilePickItem
-
toJson
public com.google.gwt.json.client.JSONObject toJson()
- Specified by:
toJsonin interfaceIFilePickItem
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceIFilePickItem
-
setTitle
public void setTitle(String title)
- Specified by:
setTitlein interfaceIFilePickItem- Parameters:
title- User Friendly title to use in UI
-
-