Ignore:
Timestamp:
Jul 3, 2012, 7:23:17 PM (12 years ago)
Author:
casties
Branch:
default
Message:

version 0.2 really works now

File:
1 edited

Legend:

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

    r4 r5  
    5151     */
    5252    protected String creatorUri;
     53   
     54    /**
     55     * The full name of the creator of this annotation.
     56     */
     57    protected String creatorName;
    5358   
    5459    /**
     
    156161
    157162    /**
     163     * @return the creatorName
     164     */
     165    public String getCreatorName() {
     166        return creatorName;
     167    }
     168
     169    /**
     170     * @param creatorName the creatorName to set
     171     */
     172    public void setCreatorName(String creatorName) {
     173        this.creatorName = creatorName;
     174    }
     175
     176    /**
    158177     * @return the created
    159178     */
Note: See TracChangeset for help on using the changeset viewer.