org.openprovenance.elmo
Class RdfAnnotation

java.lang.Object
  extended by org.openprovenance.model.EmbeddedAnnotation
      extended by org.openprovenance.model.Annotation
          extended by org.openprovenance.elmo.RdfAnnotation
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, HasFacade, Annotable, HasAccounts, Identifiable

public class RdfAnnotation
extends Annotation
implements HasFacade


Field Summary
 
Fields inherited from class org.openprovenance.model.Annotation
externalSubject, localSubject
 
Fields inherited from class org.openprovenance.model.EmbeddedAnnotation
account, annotation, id, property
 
Constructor Summary
RdfAnnotation(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfAnnotation(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 Annotation findMyFacade()
           
 QName getQName()
           
 void setId(String value)
          Sets the value of the id property.
 void setLocalSubject(Object value)
          Sets the value of the localSubject property.
 
Methods inherited from class org.openprovenance.model.Annotation
equals, equals, getExternalSubject, getLocalSubject, hashCode, hashCode, setExternalSubject, toString, toString
 
Methods inherited from class org.openprovenance.model.EmbeddedAnnotation
getAccount, getAnnotation, getId, getProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdfAnnotation

public RdfAnnotation(org.openrdf.elmo.ElmoManager manager,
                     QName qname)

RdfAnnotation

public RdfAnnotation(org.openrdf.elmo.ElmoManager manager,
                     String prefix)
Method Detail

setId

public void setId(String value)
Description copied from class: EmbeddedAnnotation
Sets the value of the id property.

Specified by:
setId in interface Identifiable
Overrides:
setId in class EmbeddedAnnotation
Parameters:
value - allowed object is String

setLocalSubject

public void setLocalSubject(Object value)
Description copied from class: Annotation
Sets the value of the localSubject property.

Overrides:
setLocalSubject in class Annotation
Parameters:
value - allowed object is Object

getQName

public QName getQName()
Specified by:
getQName in interface HasFacade

findMyFacade

public Annotation findMyFacade()
Specified by:
findMyFacade in interface HasFacade


Copyright © 2011. All Rights Reserved.