ibspan.tss.layout.ontology.datamodel
Interface LayoutStructure

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

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

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

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





Field Summary
static Resource DefineSearchStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DefineSearchStructure
static Resource DetailsStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DetailsStructure
static Property hasErrorMessageProperty
          The Jena Property for hasErrorMessage (URI: http://www.ibspan.waw.pl/tss/DataModel#hasErrorMessage)
static Property hasMenuProperty
          The Jena Property for hasMenu (URI: http://www.ibspan.waw.pl/tss/DataModel#hasMenu)
static Property hasTextProperty
          The Jena Property for hasText (URI: http://www.ibspan.waw.pl/tss/DataModel#hasText)
static Property hasTitleProperty
          The Jena Property for hasTitle (URI: http://www.ibspan.waw.pl/tss/DataModel#hasTitle)
static Resource Login1Structure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Login1Structure
static Resource LoginSuccessStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LoginSuccessStructure
static Resource LogoutStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LogoutStructure
static Resource Register1Structure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register1Structure
static Resource Register2Structure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register2Structure
static Resource RegisterSuccessStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#RegisterSuccessStructure
static Resource ResultsStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ResultsStructure
static Resource TYPE
          The rdf:type for this ontology class
static Resource WelcomeStructure
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#WelcomeStructure
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 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
 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
 
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


hasErrorMessageProperty

static final Property hasErrorMessageProperty
The Jena Property for hasErrorMessage

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



hasTitleProperty

static final Property hasTitleProperty
The Jena Property for hasTitle

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



hasTextProperty

static final Property hasTextProperty
The Jena Property for hasText

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



hasMenuProperty

static final Property hasMenuProperty
The Jena Property for hasMenu

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



Register2Structure

static final Resource Register2Structure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register2Structure


DetailsStructure

static final Resource DetailsStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DetailsStructure


Login1Structure

static final Resource Login1Structure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Login1Structure


DefineSearchStructure

static final Resource DefineSearchStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DefineSearchStructure


LoginSuccessStructure

static final Resource LoginSuccessStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LoginSuccessStructure


RegisterSuccessStructure

static final Resource RegisterSuccessStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#RegisterSuccessStructure


WelcomeStructure

static final Resource WelcomeStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#WelcomeStructure


LogoutStructure

static final Resource LogoutStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LogoutStructure


Register1Structure

static final Resource Register1Structure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register1Structure


ResultsStructure

static final Resource ResultsStructure
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ResultsStructure

Method Detail

getHasErrorMessage

String getHasErrorMessage()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'hasErrorMessage' property value

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

setHasErrorMessage

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

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

getHasTitle

String getHasTitle()
                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasTitle' property value

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

setHasTitle

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

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

getHasText

String getHasText()
                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasText' property value

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

setHasText

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

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

getHasMenu

Menu getHasMenu()
                throws com.ibm.adtech.jastor.JastorException
Gets the 'hasMenu' property value

Returns:
Menu
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMenuProperty

setHasMenu

void setHasMenu(Menu hasMenu)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'hasMenu' property value

Parameters:
{@link - ibspan.tss.layout.ontology.datamodel.Menu}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMenuProperty

setHasMenu

Menu setHasMenu()
                throws com.ibm.adtech.jastor.JastorException
Sets the 'hasMenu' property value to an anonymous node

Returns:
Menu, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMenuProperty

setHasMenu

Menu setHasMenu(Resource resource)
                throws com.ibm.adtech.jastor.JastorException
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.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
Menu, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMenuProperty