ibspan.tss.um.ontology
Interface AgentQuestion

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

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

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

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





Field Summary
static Property hasLongMessageProperty
          The Jena Property for hasLongMessage (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasLongMessage)
static Property hasQuestionIDProperty
          The Jena Property for hasQuestionID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasQuestionID)
static Property hasScenarioActionNameProperty
          The Jena Property for hasScenarioActionName (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasScenarioActionName)
static Property hasShortMessageProperty
          The Jena Property for hasShortMessage (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasShortMessage)
static Property hasUserIDProperty
          The Jena Property for hasUserID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasLongMessage()
          Gets the 'hasLongMessage' property value
 Integer getHasQuestionID()
          Gets the 'hasQuestionID' property value
 String getHasScenarioActionName()
          Gets the 'hasScenarioActionName' property value
 String getHasShortMessage()
          Gets the 'hasShortMessage' property value
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 void setHasLongMessage(String hasLongMessage)
          Sets the 'hasLongMessage' property value
 void setHasQuestionID(Integer hasQuestionID)
          Sets the 'hasQuestionID' property value
 void setHasScenarioActionName(String hasScenarioActionName)
          Sets the 'hasScenarioActionName' property value
 void setHasShortMessage(String hasShortMessage)
          Sets the 'hasShortMessage' 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


hasLongMessageProperty

static final Property hasLongMessageProperty
The Jena Property for hasLongMessage

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



hasQuestionIDProperty

static final Property hasQuestionIDProperty
The Jena Property for hasQuestionID

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



hasShortMessageProperty

static final Property hasShortMessageProperty
The Jena Property for hasShortMessage

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



hasScenarioActionNameProperty

static final Property hasScenarioActionNameProperty
The Jena Property for hasScenarioActionName

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



hasUserIDProperty

static final Property hasUserIDProperty
The Jena Property for hasUserID

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


Method Detail

getHasLongMessage

String getHasLongMessage()
                         throws com.ibm.adtech.jastor.JastorException
Gets the 'hasLongMessage' property value

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

setHasLongMessage

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

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

getHasQuestionID

Integer getHasQuestionID()
                         throws com.ibm.adtech.jastor.JastorException
Gets the 'hasQuestionID' property value

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

setHasQuestionID

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

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

getHasShortMessage

String getHasShortMessage()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'hasShortMessage' property value

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

setHasShortMessage

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

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

getHasScenarioActionName

String getHasScenarioActionName()
                                throws com.ibm.adtech.jastor.JastorException
Gets the 'hasScenarioActionName' property value

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

setHasScenarioActionName

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

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

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