public class FileTrashedModel extends FileGridModel
Modifier and Type | Class and Description |
---|---|
static class |
FileTrashedModel.STOREINFO |
folderItemType, infoContacts, isRoot, isSpecialFolder, isVreFolder
Constructor and Description |
---|
FileTrashedModel() |
FileTrashedModel(String orginalPath,
Date deleteDate,
InfoContactModel deleteUser) |
FileTrashedModel(String identifier,
String name,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory,
boolean isShared) |
FileTrashedModel(String identifier,
String name,
String path,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory,
boolean isShared) |
Modifier and Type | Method and Description |
---|---|
Date |
getDeleteDate() |
InfoContactModel |
getDeleteUser() |
String |
getOrginalPath() |
void |
setDeleteDate(Date deleteDate) |
void |
setDeleteUser(InfoContactModel deleteUser) |
void |
setOrginalPath(String orginalPath) |
String |
toString() |
equals, getLastModification, getSize
getAbstractPrototypeIcon, getDescription, getGXTFolderItemType, getIcon, getIdentifier, getListUserSharing, getName, getOwnerFullName, getParentFileModel, getShortcutCategory, getStatus, getType, isDirectory, isRoot, isShareable, isShared, isSpecialFolder, isVreFolder, setDescription, setFolderItemType, setIcon, setIdentifier, setIsDirectory, setIsRoot, setListShareUser, setName, setOwnerFullName, setParentFileModel, setShareable, setShared, setSharingValue, setShortcutCategory, setSpecialFolder, setStatus, setType, setVreFolder
public FileTrashedModel()
public FileTrashedModel(String identifier, String name, String path, Date creationDate, FileModel parent, long size, boolean isDirectory, boolean isShared)
identifier
- name
- path
- creationDate
- parent
- size
- isDirectory
- isShared
- public FileTrashedModel(String orginalPath, Date deleteDate, InfoContactModel deleteUser)
orginalPath
- deleteDate
- deleteUser
- public String getOrginalPath()
public Date getDeleteDate()
public InfoContactModel getDeleteUser()
public void setOrginalPath(String orginalPath)
public void setDeleteDate(Date deleteDate)
public void setDeleteUser(InfoContactModel deleteUser)
Copyright © 2016. All Rights Reserved.