ibspan.tss.layout.ontology.datamodel
Interface Link

All Superinterfaces:
LayoutElement, com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
FormLink, InternalLink, MenuLink
All Known Implementing Classes:
FormLinkImpl, InternalLinkImpl, LinkImpl, MenuLinkImpl

public interface Link
extends LayoutElement, com.ibm.adtech.jastor.Thing

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

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





Field Summary
static Property hasActionNameProperty
          The Jena Property for hasActionName (URI: http://www.ibspan.waw.pl/tss/DataModel#hasActionName)
static Property hasLabelProperty
          The Jena Property for hasLabel (URI: http://www.ibspan.waw.pl/tss/DataModel#hasLabel)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasActionName()
          Gets the 'hasActionName' property value
 String getHasLabel()
          Gets the 'hasLabel' property value
 void setHasActionName(String hasActionName)
          Sets the 'hasActionName' property value
 void setHasLabel(String hasLabel)
          Sets the 'hasLabel' 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


hasLabelProperty

static final Property hasLabelProperty
The Jena Property for hasLabel

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



hasActionNameProperty

static final Property hasActionNameProperty
The Jena Property for hasActionName

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


Method Detail

getHasLabel

String getHasLabel()
                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasLabel' property value

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

setHasLabel

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

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

getHasActionName

String getHasActionName()
                        throws com.ibm.adtech.jastor.JastorException
Gets the 'hasActionName' property value

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

setHasActionName

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

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