This commit is contained in:
Ziver Koc 2017-08-07 20:59:36 +02:00
parent e974bd65d9
commit 3303ace2f7

View file

@ -28,6 +28,7 @@ public class Folder extends DBBean{
protected transient User userInstance;
private String path;
protected Folder parent;
protected Timestamp date;
private boolean isPrivate;
@ -67,6 +68,7 @@ public class Folder extends DBBean{
}
public Folder(){
date = new Timestamp( System.currentTimeMillis() );
}
public String getName(){
@ -125,6 +127,10 @@ public class Folder extends DBBean{
return parent;
}
public Timestamp getDate(){
return date;
}
/**
* @param filename is the name of the file