Ignore:
Timestamp:
Feb 10, 2015, 5:11:17 PM (9 years ago)
Author:
casties
Branch:
default
Message:

added last update field for annotations in database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/Annotation.java

    r84 r95  
    9696     */
    9797    protected String created;
     98
     99    /**
     100     * The last update date of this annotation.
     101     */
     102    protected String updated;
    98103
    99104    /**
     
    374379    }
    375380
    376     /**
     381    public String getUpdated() {
     382                return updated;
     383        }
     384
     385        public void setUpdated(String updated) {
     386                this.updated = updated;
     387        }
     388
     389        /**
    377390     * @return the adminPermission
    378391     */
Note: See TracChangeset for help on using the changeset viewer.