|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilesystem.Folder
public class Folder
Implements the Folder entity component. It represents a subfolder in a group's folder.
Field Summary | |
---|---|
List<File> |
files
The list of file inside it. |
boolean |
important
Used for mobile devices, true if the file is important (represents a user's favorite folder) |
Change |
lastChange
A reference to its last change. |
Date |
lastModified
The time when the folder was last modified locally |
String |
name
The folder's name, as seen by the user. |
String |
path
The folder's path, excluding the folder's name. |
List<Folder> |
subfolders
The list of folders inside it. |
long |
version
The folder's version, given by the versioning system. |
Constructor Summary | |
---|---|
Folder()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public String path
public long version
public Date lastModified
public Change lastChange
public boolean important
public List<File> files
public List<Folder> subfolders
Constructor Detail |
---|
public Folder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |