comparison src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java @ 32:40846c0b344d

working on image annotations...
author casties
date Thu, 31 May 2012 11:57:50 +0200
parents cf8166ee8918
children
comparison
equal deleted inserted replaced
31:38465b158de6 32:40846c0b344d
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 */ 12 /** page number in text document */
13 public String page=null; 13 public String page=null;
14 /** URL of a display of the page of the document */ 14 /** URL of a display of the page of the document */
15 public String displayUrl=null; 15 public String displayUrl=null;
16 /** String representation of the image area */
17 public String area = null;
16 public String creator=null; 18 public String creator=null;
17 public String time=null; 19 public String time=null;
18 public String text=null; 20 public String text=null;
19 public String type=null; 21 public String type=null;
20 public String url=null; 22 public String url=null;