ibspan.tss.um.ontology
Interface RatedResource

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

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

Interface for RatedResource ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#RatedResource)





Field Summary
static Property hasRateProperty
          The Jena Property for hasRate (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRate)
static Property ofResourceProperty
          The Jena Property for ofResource (URI: http://www.ibspan.waw.pl/tss/UserModelling#ofResource)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Double getHasRate()
          Gets the 'hasRate' property value
 String getOfResource()
          Gets the 'ofResource' property value
 void setHasRate(Double hasRate)
          Sets the 'hasRate' property value
 void setOfResource(String ofResource)
          Sets the 'ofResource' 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


hasRateProperty

static final Property hasRateProperty
The Jena Property for hasRate

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRate)



ofResourceProperty

static final Property ofResourceProperty
The Jena Property for ofResource

(URI: http://www.ibspan.waw.pl/tss/UserModelling#ofResource)


Method Detail

getHasRate

Double getHasRate()
                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasRate' property value

Returns:
Double
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRateProperty

setHasRate

void setHasRate(Double hasRate)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'hasRate' property value

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

getOfResource

String getOfResource()
                     throws com.ibm.adtech.jastor.JastorException
Gets the 'ofResource' property value

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

setOfResource

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

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