ibspan.tss.um.ontology
Interface UserProfile

All Superinterfaces:
Profile, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
UserProfileImpl

public interface UserProfile
extends Profile, com.ibm.adtech.jastor.Thing

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

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


RDF Schema Standard Properties
comment : Profile of a user.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasUserIDProperty
          The Jena Property for hasUserID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)

RDF Schema Standard Properties
comment : Unique ID of a user^^http://www.w3.org/2001/XMLSchema#string

static Property hasUserProfileDataProperty
          The Jena Property for hasUserProfileData (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserProfileData)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface ibspan.tss.um.ontology.Profile
hasOpinionsProperty
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 UserProfileData getHasUserProfileData()
          Gets the 'hasUserProfileData' property value
 void setHasUserID(Integer hasUserID)
          Sets the 'hasUserID' property value
 UserProfileData setHasUserProfileData()
          Sets the 'hasUserProfileData' property value to an anonymous node
 UserProfileData setHasUserProfileData(Resource resource)
          Sets the 'hasUserProfileData' property value to the given resource, and add's rdf:type properties.
 void setHasUserProfileData(UserProfileData hasUserProfileData)
          Sets the 'hasUserProfileData' property value
 
Methods inherited from interface ibspan.tss.um.ontology.Profile
getHasOpinions, setHasOpinions, setHasOpinions, setHasOpinions
 
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


hasUserProfileDataProperty

static final Property hasUserProfileDataProperty
The Jena Property for hasUserProfileData

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



hasUserIDProperty

static final Property hasUserIDProperty
The Jena Property for hasUserID

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



RDF Schema Standard Properties
comment : Unique ID of a user^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getHasUserProfileData

UserProfileData getHasUserProfileData()
                                      throws com.ibm.adtech.jastor.JastorException
Gets the 'hasUserProfileData' property value

Returns:
UserProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserProfileDataProperty

setHasUserProfileData

void setHasUserProfileData(UserProfileData hasUserProfileData)
                           throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserProfileData' property value

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

setHasUserProfileData

UserProfileData setHasUserProfileData()
                                      throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserProfileData' property value to an anonymous node

Returns:
UserProfileData, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserProfileDataProperty

setHasUserProfileData

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

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