com.viceversatech.rdfbeans.reflect
Class SubjectProperty

java.lang.Object
  extended by com.viceversatech.rdfbeans.reflect.AbstractRDFBeanProperty
      extended by com.viceversatech.rdfbeans.reflect.SubjectProperty

public class SubjectProperty
extends AbstractRDFBeanProperty

SubjectProperty.

Author:
alex

Constructor Summary
SubjectProperty(java.beans.PropertyDescriptor propertyDescriptor, RDFBeanInfo rdfBeanInfo, RDFSubject annotation)
           
 
Method Summary
 java.lang.String getPrefix()
           
 org.ontoware.rdf2go.model.node.URI getUri(java.lang.String uriPart)
           
 java.lang.String getUriPart(org.ontoware.rdf2go.model.node.Resource subject)
           
 java.lang.Object getValue(java.lang.Object rdfBean)
           
 void setValue(java.lang.Object rdfBean, java.lang.Object v)
           
 
Methods inherited from class com.viceversatech.rdfbeans.reflect.AbstractRDFBeanProperty
getPropertyDescriptor, getPropertyType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectProperty

public SubjectProperty(java.beans.PropertyDescriptor propertyDescriptor,
                       RDFBeanInfo rdfBeanInfo,
                       RDFSubject annotation)
                throws RDFBeanValidationException
Parameters:
propertyDescriptor -
rdfBeanInfo -
annotation -
Throws:
RDFBeanException
RDFBeanValidationException
Method Detail

getValue

public java.lang.Object getValue(java.lang.Object rdfBean)
                          throws RDFBeanException
Overrides:
getValue in class AbstractRDFBeanProperty
Throws:
RDFBeanException

setValue

public void setValue(java.lang.Object rdfBean,
                     java.lang.Object v)
              throws RDFBeanException
Overrides:
setValue in class AbstractRDFBeanProperty
Throws:
RDFBeanException

getPrefix

public java.lang.String getPrefix()

getUri

public org.ontoware.rdf2go.model.node.URI getUri(java.lang.String uriPart)
                                          throws RDFBeanException
Throws:
RDFBeanException

getUriPart

public java.lang.String getUriPart(org.ontoware.rdf2go.model.node.Resource subject)


Copyright © 2011. All Rights Reserved.