thewebsemantic
Class RdfBean<T>

java.lang.Object
  extended by thewebsemantic.RdfBean<T>
Direct Known Subclasses:
RdfBeanId

public class RdfBean<T>
extends java.lang.Object


Constructor Summary
RdfBean()
           
 
Method Summary
 com.hp.hpl.jena.ontology.Individual asIndividual()
           
 void delete()
           
 T fill()
           
 T fill(java.lang.String s)
           
 T load(java.lang.String id)
           
 T refresh()
           
 T save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfBean

public RdfBean()
Method Detail

load

public T load(java.lang.String id)
       throws NotFoundException
Throws:
NotFoundException

refresh

public T refresh()
          throws NotFoundException
Throws:
NotFoundException

save

public T save()

delete

public void delete()

fill

public T fill(java.lang.String s)

fill

public T fill()

asIndividual

public com.hp.hpl.jena.ontology.Individual asIndividual()