Ejemplo n.º 1
0
 public Date getModifiedDate() {
   return new Date(resource.getCtime());
 }
Ejemplo n.º 2
0
 public Date getCreatedDate() {
   return new Date(resource.getCtime());
 }