ibspan.tss.um.ontology
Interface User

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

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

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

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


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



Field Summary
static Property hasLoginProperty
          The Jena Property for hasLogin (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasLogin)
static Property hasNameProperty
          The Jena Property for hasName (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasName)
static Property hasPasswordProperty
          The Jena Property for hasPassword (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasPassword)
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 Resource LastUser
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#LastUser
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasLogin()
          Gets the 'hasLogin' property value
 String getHasName()
          Gets the 'hasName' property value
 String getHasPassword()
          Gets the 'hasPassword' property value
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 void setHasLogin(String hasLogin)
          Sets the 'hasLogin' property value
 void setHasName(String hasName)
          Sets the 'hasName' property value
 void setHasPassword(String hasPassword)
          Sets the 'hasPassword' 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


hasPasswordProperty

static final Property hasPasswordProperty
The Jena Property for hasPassword

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



hasLoginProperty

static final Property hasLoginProperty
The Jena Property for hasLogin

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



hasNameProperty

static final Property hasNameProperty
The Jena Property for hasName

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



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


LastUser

static final Resource LastUser
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#LastUser

Method Detail

getHasPassword

String getHasPassword()
                      throws com.ibm.adtech.jastor.JastorException
Gets the 'hasPassword' property value

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

setHasPassword

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

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

getHasLogin

String getHasLogin()
                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasLogin' property value

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

setHasLogin

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

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

getHasName

String getHasName()
                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasName' property value

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

setHasName

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

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

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