public class AnnotationImpl extends CommentImpl implements Annotation, ExternalEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
xpath |
ancestorIds, author, creationDate, entity, entityId, id, modificationDate, origin, parentId, text| Constructor and Description |
|---|
AnnotationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getXpath()
Gets the xpath of annotated blob in the document.
|
void |
setXpath(String xpath)
Sets the xpath of annotated blob in the document.
|
addAncestorId, equals, getAncestorIds, getAuthor, getCreationDate, getEntity, getEntityId, getId, getModificationDate, getOrigin, getParentId, getText, hashCode, setAuthor, setCreationDate, setEntity, setEntityId, setId, setModificationDate, setOrigin, setParentId, setTextclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAncestorId, getAncestorIds, getAuthor, getCreationDate, getId, getModificationDate, getParentId, getText, setAuthor, setCreationDate, setId, setModificationDate, setParentId, setTextgetEntity, getEntityId, getOrigin, setEntity, setEntityId, setOriginpublic AnnotationImpl()
public String getXpath()
AnnotationgetXpath in interface Annotationpublic void setXpath(String xpath)
AnnotationsetXpath in interface Annotationxpath - the xpathCopyright © 2019 Nuxeo. All rights reserved.