public class FileGridModel extends FileModel
folderItemType, infoContacts, isRoot, isSpecialFolder, isVreFolder
Modifier | Constructor and Description |
---|---|
protected |
FileGridModel()
Instantiates a new file grid model.
|
|
FileGridModel(String identifier,
String name,
Date lastUpdate,
FileModel parent,
long size,
boolean isDirectory,
boolean isShared)
Instantiates a new file grid model.
|
|
FileGridModel(String identifier,
String name,
String path,
Date lastUpdate,
FileModel parent,
long size,
boolean isDirectory,
boolean isShared)
Instantiates a new file grid model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getLastModification()
Gets the last modification.
|
long |
getSize()
Gets the size.
|
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, toString
protected FileGridModel()
public FileGridModel(String identifier, String name, String path, Date lastUpdate, FileModel parent, long size, boolean isDirectory, boolean isShared)
identifier
- the identifiername
- the namepath
- the pathlastUpdate
- the last updateparent
- the parentsize
- the sizeisDirectory
- the is directoryisShared
- the is sharedpublic FileGridModel(String identifier, String name, Date lastUpdate, FileModel parent, long size, boolean isDirectory, boolean isShared)
identifier
- the identifiername
- the namelastUpdate
- the last updateparent
- the parentsize
- the sizeisDirectory
- the is directoryisShared
- the is sharedCopyright © 2016. All Rights Reserved.