ibspan.tss.um.ontology
Interface StatisticsKey

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

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

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

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





Field Summary
static Property hasConceptURIProperty
          The Jena Property for hasConceptURI (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasConceptURI)
static Property hasUserBehaviourProperty
          The Jena Property for hasUserBehaviour (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserBehaviour)
static Property hasUserIDProperty
          The Jena Property for hasUserID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasConceptURI()
          Gets the 'hasConceptURI' property value
 UserBehaviour getHasUserBehaviour()
          Gets the 'hasUserBehaviour' property value
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 void setHasConceptURI(String hasConceptURI)
          Sets the 'hasConceptURI' property value
 UserBehaviour setHasUserBehaviour()
          Sets the 'hasUserBehaviour' property value to an anonymous node
 UserBehaviour setHasUserBehaviour(Resource resource)
          Sets the 'hasUserBehaviour' property value to the given resource, and add's rdf:type properties.
 void setHasUserBehaviour(UserBehaviour hasUserBehaviour)
          Sets the 'hasUserBehaviour' property value
 void setHasUserID(Integer hasUserID)
          Sets the 'hasUserID' 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


hasConceptURIProperty

static final Property hasConceptURIProperty
The Jena Property for hasConceptURI

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



hasUserIDProperty

static final Property hasUserIDProperty
The Jena Property for hasUserID

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



hasUserBehaviourProperty

static final Property hasUserBehaviourProperty
The Jena Property for hasUserBehaviour

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


Method Detail

getHasConceptURI

String getHasConceptURI()
                        throws com.ibm.adtech.jastor.JastorException
Gets the 'hasConceptURI' property value

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

setHasConceptURI

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

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

getHasUserID

Integer getHasUserID()
                     throws com.ibm.adtech.jastor.JastorException
Gets the 'hasUserID' property value

Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserIDProperty

setHasUserID

void setHasUserID(Integer hasUserID)
                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserID' property value

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

getHasUserBehaviour

UserBehaviour getHasUserBehaviour()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasUserBehaviour' property value

Returns:
UserBehaviour
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty

setHasUserBehaviour

void setHasUserBehaviour(UserBehaviour hasUserBehaviour)
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserBehaviour' property value

Parameters:
{@link - ibspan.tss.um.ontology.UserBehaviour}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty

setHasUserBehaviour

UserBehaviour setHasUserBehaviour()
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserBehaviour' property value to an anonymous node

Returns:
UserBehaviour, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty

setHasUserBehaviour

UserBehaviour setHasUserBehaviour(Resource resource)
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserBehaviour' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of UserBehaviour with the factory. and calling setHasUserBehaviour(ibspan.tss.um.ontology.UserBehaviour hasUserBehaviour) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviour. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
UserBehaviour, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty