|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutStructure
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 |
---|
static final Resource TYPE
static final Property hasErrorMessageProperty
(URI: http://www.ibspan.waw.pl/tss/DataModel#hasErrorMessage)
static final Property hasTitleProperty
(URI: http://www.ibspan.waw.pl/tss/DataModel#hasTitle)
static final Property hasTextProperty
(URI: http://www.ibspan.waw.pl/tss/DataModel#hasText)
static final Property hasMenuProperty
(URI: http://www.ibspan.waw.pl/tss/DataModel#hasMenu)
static final Resource Register2Structure
static final Resource DetailsStructure
static final Resource Login1Structure
static final Resource DefineSearchStructure
static final Resource LoginSuccessStructure
static final Resource RegisterSuccessStructure
static final Resource WelcomeStructure
static final Resource LogoutStructure
static final Resource Register1Structure
static final Resource ResultsStructure
Method Detail |
---|
String getHasErrorMessage() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
hasErrorMessageProperty
void setHasErrorMessage(String hasErrorMessage) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
hasErrorMessageProperty
String getHasTitle() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
hasTitleProperty
void setHasTitle(String hasTitle) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
hasTitleProperty
String getHasText() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
hasTextProperty
void setHasText(String hasText) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
hasTextProperty
Menu getHasMenu() throws com.ibm.adtech.jastor.JastorException
Menu
com.ibm.adtech.jastor.JastorException
hasMenuProperty
void setHasMenu(Menu hasMenu) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.layout.ontology.datamodel.Menu}
com.ibm.adtech.jastor.JastorException
hasMenuProperty
Menu setHasMenu() throws com.ibm.adtech.jastor.JastorException
Menu
, the created value
com.ibm.adtech.jastor.JastorException
hasMenuProperty
Menu setHasMenu(Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Menu
, the newly created value
com.ibm.adtech.jastor.JastorException
hasMenuProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |