Ignore:
Timestamp:
Jun 6, 2014, 7:26:21 AM (10 years ago)
Author:
casties
Branch:
default
Message:

save text quote from Annotator.

File:
1 edited

Legend:

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

    r70 r76  
    7676    protected FragmentTypes fragmentType;
    7777   
     78    /**
     79     * The selected text of the annotation target.
     80     */
     81    protected String quote;
    7882   
    7983    /**
     
    287291
    288292    /**
     293     * @return the quote
     294     */
     295    public String getQuote() {
     296        return quote;
     297    }
     298
     299    /**
     300     * @param quote the quote to set
     301     */
     302    public void setQuote(String quote) {
     303        this.quote = quote;
     304    }
     305
     306    /**
    289307     * @return the resource
    290308     */
Note: See TracChangeset for help on using the changeset viewer.