ibspan.tss.um.ontology
Interface StatisticsEntry

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

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

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

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





Field Summary
static Property hasCountProperty
          The Jena Property for hasCount (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasCount)
static Property hasStaticticsKeyProperty
          The Jena Property for hasStaticticsKey (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasStaticticsKey)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Integer getHasCount()
          Gets the 'hasCount' property value
 StatisticsKey getHasStaticticsKey()
          Gets the 'hasStaticticsKey' property value
 void setHasCount(Integer hasCount)
          Sets the 'hasCount' property value
 StatisticsKey setHasStaticticsKey()
          Sets the 'hasStaticticsKey' property value to an anonymous node
 StatisticsKey setHasStaticticsKey(Resource resource)
          Sets the 'hasStaticticsKey' property value to the given resource, and add's rdf:type properties.
 void setHasStaticticsKey(StatisticsKey hasStaticticsKey)
          Sets the 'hasStaticticsKey' 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


hasStaticticsKeyProperty

static final Property hasStaticticsKeyProperty
The Jena Property for hasStaticticsKey

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



hasCountProperty

static final Property hasCountProperty
The Jena Property for hasCount

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


Method Detail

getHasStaticticsKey

StatisticsKey getHasStaticticsKey()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasStaticticsKey' property value

Returns:
StatisticsKey
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStaticticsKeyProperty

setHasStaticticsKey

void setHasStaticticsKey(StatisticsKey hasStaticticsKey)
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStaticticsKey' property value

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

setHasStaticticsKey

StatisticsKey setHasStaticticsKey()
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStaticticsKey' property value to an anonymous node

Returns:
StatisticsKey, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStaticticsKeyProperty

setHasStaticticsKey

StatisticsKey setHasStaticticsKey(Resource resource)
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStaticticsKey' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of StatisticsKey with the factory. and calling setHasStaticticsKey(ibspan.tss.um.ontology.StatisticsKey hasStaticticsKey) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#StatisticsKey. 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:
StatisticsKey, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStaticticsKeyProperty

getHasCount

Integer getHasCount()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'hasCount' property value

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

setHasCount

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

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