comparison src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java @ 29:cf8166ee8918

still working on new annotations...
author casties
date Mon, 07 May 2012 19:50:39 +0200
parents a3e324009990
children 40846c0b344d
comparison
equal deleted inserted replaced
28:185db3cac82c 29:cf8166ee8918
7 * @author dwinter 7 * @author dwinter
8 * 8 *
9 */ 9 */
10 public class Annotation { 10 public class Annotation {
11 public String xpointer=null; //if queried xpointer should contain the first xpointer in the xpointers list, if there is more than one. 11 public String xpointer=null; //if queried xpointer should contain the first xpointer in the xpointers list, if there is more than one.
12 /** page number in text document */
13 public String page=null;
14 /** URL of a display of the page of the document */
15 public String displayUrl=null;
12 public String creator=null; 16 public String creator=null;
13 public String time=null; 17 public String time=null;
14 public String text=null; 18 public String text=null;
15 public String type=null; 19 public String type=null;
16 public String url=null; 20 public String url=null;