ibspan.tss.layout.ontology.datamodel
Interface UserContext

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

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

Interface for UserContext ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/DataModel#UserContext)





Field Summary
static Property hasInterfaceHostProperty
          The Jena Property for hasInterfaceHost (URI: http://www.ibspan.waw.pl/tss/DataModel#hasInterfaceHost)
static Property hasInterfacePortProperty
          The Jena Property for hasInterfacePort (URI: http://www.ibspan.waw.pl/tss/DataModel#hasInterfacePort)
static Property hasMediaTypeProperty
          The Jena Property for hasMediaType (URI: http://www.ibspan.waw.pl/tss/DataModel#hasMediaType)
static Property hasSessionIDProperty
          The Jena Property for hasSessionID (URI: http://www.ibspan.waw.pl/tss/DataModel#hasSessionID)
static Property hasUserIDProperty
          The Jena Property for hasUserID (URI: http://www.ibspan.waw.pl/tss/DataModel#hasUserID)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasInterfaceHost()
          Gets the 'hasInterfaceHost' property value
 Integer getHasInterfacePort()
          Gets the 'hasInterfacePort' property value
 String getHasMediaType()
          Gets the 'hasMediaType' property value
 String getHasSessionID()
          Gets the 'hasSessionID' property value
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 void setHasInterfaceHost(String hasInterfaceHost)
          Sets the 'hasInterfaceHost' property value
 void setHasInterfacePort(Integer hasInterfacePort)
          Sets the 'hasInterfacePort' property value
 void setHasMediaType(String hasMediaType)
          Sets the 'hasMediaType' property value
 void setHasSessionID(String hasSessionID)
          Sets the 'hasSessionID' 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


hasSessionIDProperty

static final Property hasSessionIDProperty
The Jena Property for hasSessionID

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasSessionID)



hasUserIDProperty

static final Property hasUserIDProperty
The Jena Property for hasUserID

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



hasInterfaceHostProperty

static final Property hasInterfaceHostProperty
The Jena Property for hasInterfaceHost

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasInterfaceHost)



hasMediaTypeProperty

static final Property hasMediaTypeProperty
The Jena Property for hasMediaType

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasMediaType)



hasInterfacePortProperty

static final Property hasInterfacePortProperty
The Jena Property for hasInterfacePort

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasInterfacePort)


Method Detail

getHasSessionID

String getHasSessionID()
                       throws com.ibm.adtech.jastor.JastorException
Gets the 'hasSessionID' property value

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

setHasSessionID

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

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

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

getHasInterfaceHost

String getHasInterfaceHost()
                           throws com.ibm.adtech.jastor.JastorException
Gets the 'hasInterfaceHost' property value

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

setHasInterfaceHost

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

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

getHasMediaType

String getHasMediaType()
                       throws com.ibm.adtech.jastor.JastorException
Gets the 'hasMediaType' property value

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

setHasMediaType

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

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

getHasInterfacePort

Integer getHasInterfacePort()
                            throws com.ibm.adtech.jastor.JastorException
Gets the 'hasInterfacePort' property value

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

setHasInterfacePort

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

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