Class RecentPickItem
- java.lang.Object
 - 
- org.pentaho.mantle.client.solutionbrowser.filepicklist.RecentPickItem
 
 
- 
- All Implemented Interfaces:
 IFilePickItem
public class RecentPickItem extends Object implements IFilePickItem
 
- 
- 
Constructor Summary
Constructors Constructor Description RecentPickItem(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
- 
RecentPickItem
public RecentPickItem(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
 
 - 
 
 -