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