ibspan.tss.datamodel.ontology
Interface Link

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
LinkImpl

public interface Link
extends com.ibm.adtech.jastor.Thing

Interface for Link ontology class
Use the ibspan.tss.datamodel.ontology.DataModelFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/DataModel#Link)





Field Summary
static Property hasURIProperty
          The Jena Property for hasURI (URI: http://www.ibspan.waw.pl/tss/DataModel#hasURI)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasURI()
          Gets the 'hasURI' property value
 void setHasURI(String hasURI)
          Sets the 'hasURI' property value
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasURIProperty

static final Property hasURIProperty
The Jena Property for hasURI

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasURI)


Method Detail

getHasURI

String getHasURI()
                 throws com.ibm.adtech.jastor.JastorException
Gets the 'hasURI' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasURIProperty

setHasURI

void setHasURI(String hasURI)
               throws com.ibm.adtech.jastor.JastorException
Sets the 'hasURI' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasURIProperty