ibspan.tss.layout.ontology.datamodel
Class LayoutStructureImpl

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.LayoutStructureImpl
All Implemented Interfaces:
ModelChangedListener, com.ibm.adtech.jastor.Thing, LayoutStructure

public class LayoutStructureImpl
extends com.ibm.adtech.jastor.ThingImpl
implements LayoutStructure

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

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



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
_model, _resource, _typeUri, copyright
 
Fields inherited from interface ibspan.tss.layout.ontology.datamodel.LayoutStructure
DefineSearchStructure, DetailsStructure, Login1Structure, LoginSuccessStructure, LogoutStructure, Register1Structure, Register2Structure, RegisterSuccessStructure, ResultsStructure, TYPE, WelcomeStructure
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void addedStatement(Statement stmt)
           
 void clearCache()
           
 String getHasErrorMessage()
          Gets the 'hasErrorMessage' property value
 Menu getHasMenu()
          Gets the 'hasMenu' property value
 String getHasText()
          Gets the 'hasText' property value
 String getHasTitle()
          Gets the 'hasTitle' property value
 List listStatements()
           
 void registerListener(com.ibm.adtech.jastor.ThingListener listener)
           
 void removedStatement(Statement stmt)
           
 void setHasErrorMessage(String hasErrorMessage)
          Sets the 'hasErrorMessage' property value
 Menu setHasMenu()
          Sets the 'hasMenu' property value to an anonymous node
 void setHasMenu(Menu hasMenu)
          Sets the 'hasMenu' property value
 Menu setHasMenu(Resource resource)
          Sets the 'hasMenu' property value to the given resource, and add's rdf:type properties.
 void setHasText(String hasText)
          Sets the 'hasText' property value
 void setHasTitle(String hasTitle)
          Sets the 'hasTitle' 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

getHasErrorMessage

public String getHasErrorMessage()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Gets the 'hasErrorMessage' property value

Specified by:
getHasErrorMessage in interface LayoutStructure
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasErrorMessageProperty

setHasErrorMessage

public void setHasErrorMessage(String hasErrorMessage)
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasErrorMessage' property value

Specified by:
setHasErrorMessage in interface LayoutStructure
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasErrorMessageProperty

getHasTitle

public String getHasTitle()
                   throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Gets the 'hasTitle' property value

Specified by:
getHasTitle in interface LayoutStructure
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasTitleProperty

setHasTitle

public void setHasTitle(String hasTitle)
                 throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasTitle' property value

Specified by:
setHasTitle in interface LayoutStructure
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasTitleProperty

getHasText

public String getHasText()
                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Gets the 'hasText' property value

Specified by:
getHasText in interface LayoutStructure
Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasTextProperty

setHasText

public void setHasText(String hasText)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasText' property value

Specified by:
setHasText in interface LayoutStructure
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasTextProperty

getHasMenu

public Menu getHasMenu()
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Gets the 'hasMenu' property value

Specified by:
getHasMenu in interface LayoutStructure
Returns:
Menu
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasMenuProperty

setHasMenu

public void setHasMenu(Menu hasMenu)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasMenu' property value

Specified by:
setHasMenu in interface LayoutStructure
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasMenuProperty

setHasMenu

public Menu setHasMenu()
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasMenu' property value to an anonymous node

Specified by:
setHasMenu in interface LayoutStructure
Returns:
Menu, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasMenuProperty

setHasMenu

public Menu setHasMenu(Resource resource)
                throws com.ibm.adtech.jastor.JastorException
Description copied from interface: LayoutStructure
Sets the 'hasMenu' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Menu with the factory. and calling setHasMenu(ibspan.tss.layout.ontology.datamodel.Menu hasMenu) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/DataModel#Menu. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHasMenu in interface LayoutStructure
Returns:
Menu, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
LayoutStructure.hasMenuProperty

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