Exemplo n.º 1
0
 public void setLastModifiedDate(Date lastModifiedDate) {
   this.lastModified = DateUtils.formatDate(lastModifiedDate);
 }
Exemplo n.º 2
0
 public Date getLastModifiedDate() {
   return DateUtils.parseDate(this.lastModified);
 }