org.filteredpush.rdf.processing
Class BoundPropertyDescriptor

java.lang.Object
  extended by org.filteredpush.rdf.processing.BoundPropertyDescriptor

public class BoundPropertyDescriptor
extends java.lang.Object

Describes the concept of a bound property. A bound property contains static literal content and is represented by a datatype property in the jena model.

Author:
dlowery

Constructor Summary
BoundPropertyDescriptor()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getDataType()
           
 java.lang.String getLang()
           
 java.lang.String getPredicate()
           
 void setContent(java.lang.String content)
           
 void setDataType(java.lang.String dataType)
           
 void setLang(java.lang.String lang)
           
 void setPredicate(java.lang.String predicate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundPropertyDescriptor

public BoundPropertyDescriptor()
Method Detail

getPredicate

public java.lang.String getPredicate()

setPredicate

public void setPredicate(java.lang.String predicate)

getLang

public java.lang.String getLang()

setLang

public void setLang(java.lang.String lang)

getDataType

public java.lang.String getDataType()

setDataType

public void setDataType(java.lang.String dataType)

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)