public Date getModifiedDate() { return new Date(resource.getCtime()); }
public Date getCreatedDate() { return new Date(resource.getCtime()); }