ibspan.tss.layout.ontology.datamodel
Class UserContextImpl

java.lang.Object
  extended by com.hp.hpl.jena.rdf.listeners.StatementListener
      extended by com.ibm.adtech.jastor.ThingImpl
          extended by ibspan.tss.layout.ontology.datamodel.UserContextImpl
All Implemented Interfaces:
ModelChangedListener, com.ibm.adtech.jastor.Thing, UserContext

public class UserContextImpl
extends com.ibm.adtech.jastor.ThingImpl
implements UserContext

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

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



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
_model, _resource, _typeUri, copyright
 
Fields inherited from interface ibspan.tss.layout.ontology.datamodel.UserContext
TYPE
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void addedStatement(Statement stmt)
           
 void clearCache()
           
 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
 List listStatements()
           
 void registerListener(com.ibm.adtech.jastor.ThingListener listener)
           
 void removedStatement(Statement stmt)
           
 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
 void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
           
 
Methods inherited from class com.ibm.adtech.jastor.ThingImpl
equals, isRDFType, model, removeStatements, resource, toString, uri
 
Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
isRDFType, model, removeStatements, resource, uri
 

Method Detail

listStatements

public List listStatements()
Specified by:
listStatements in interface com.ibm.adtech.jastor.Thing
Overrides:
listStatements in class com.ibm.adtech.jastor.ThingImpl

clearCache

public void clearCache()
Specified by:
clearCache in interface com.ibm.adtech.jastor.Thing
Overrides:
clearCache in class com.ibm.adtech.jastor.ThingImpl

getHasSessionID

public String getHasSessionID()
                       throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Gets the 'hasSessionID' property value

Specified by:
getHasSessionID in interface UserContext
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasSessionIDProperty

setHasSessionID

public void setHasSessionID(String hasSessionID)
                     throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Sets the 'hasSessionID' property value

Specified by:
setHasSessionID in interface UserContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasSessionIDProperty

getHasUserID

public Integer getHasUserID()
                     throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Gets the 'hasUserID' property value

Specified by:
getHasUserID in interface UserContext
Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasUserIDProperty

setHasUserID

public void setHasUserID(Integer hasUserID)
                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Sets the 'hasUserID' property value

Specified by:
setHasUserID in interface UserContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasUserIDProperty

getHasInterfaceHost

public String getHasInterfaceHost()
                           throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Gets the 'hasInterfaceHost' property value

Specified by:
getHasInterfaceHost in interface UserContext
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasInterfaceHostProperty

setHasInterfaceHost

public void setHasInterfaceHost(String hasInterfaceHost)
                         throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Sets the 'hasInterfaceHost' property value

Specified by:
setHasInterfaceHost in interface UserContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasInterfaceHostProperty

getHasMediaType

public String getHasMediaType()
                       throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Gets the 'hasMediaType' property value

Specified by:
getHasMediaType in interface UserContext
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasMediaTypeProperty

setHasMediaType

public void setHasMediaType(String hasMediaType)
                     throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Sets the 'hasMediaType' property value

Specified by:
setHasMediaType in interface UserContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasMediaTypeProperty

getHasInterfacePort

public Integer getHasInterfacePort()
                            throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Gets the 'hasInterfacePort' property value

Specified by:
getHasInterfacePort in interface UserContext
Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasInterfacePortProperty

setHasInterfacePort

public void setHasInterfacePort(Integer hasInterfacePort)
                         throws com.ibm.adtech.jastor.JastorException
Description copied from interface: UserContext
Sets the 'hasInterfacePort' property value

Specified by:
setHasInterfacePort in interface UserContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
UserContext.hasInterfacePortProperty

registerListener

public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
registerListener in interface com.ibm.adtech.jastor.Thing
Overrides:
registerListener in class com.ibm.adtech.jastor.ThingImpl

unregisterListener

public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
unregisterListener in interface com.ibm.adtech.jastor.Thing
Overrides:
unregisterListener in class com.ibm.adtech.jastor.ThingImpl

addedStatement

public void addedStatement(Statement stmt)
Specified by:
addedStatement in interface ModelChangedListener
Overrides:
addedStatement in class StatementListener

removedStatement

public void removedStatement(Statement stmt)
Specified by:
removedStatement in interface ModelChangedListener
Overrides:
removedStatement in class StatementListener