public class RecentPickItem extends Object implements IFilePickItem
Constructor and Description |
---|
RecentPickItem(String fullPath) |
Modifier and Type | Method and 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() |
public RecentPickItem(String fullPath)
public String getFullPath()
getFullPath
in interface IFilePickItem
public void setFullPath(String fullPath)
setFullPath
in interface IFilePickItem
fullPath
- the fullPath to setpublic Long getLastUse()
getLastUse
in interface IFilePickItem
public void setLastUse(Long lastUse)
setLastUse
in interface IFilePickItem
public com.google.gwt.json.client.JSONObject toJson()
toJson
in interface IFilePickItem
public String getTitle()
getTitle
in interface IFilePickItem
public void setTitle(String title)
setTitle
in interface IFilePickItem
title
- User Friendly title to use in UICopyright © 2021 Hitachi Vantara. All rights reserved.