org.openanzo.common.ontology
Interface AnzoServer

All Superinterfaces:
CoreThing, GraphThing
All Known Implementing Classes:
AnzoServerImpl

public interface AnzoServer
extends GraphThing

Interface for AnzoServer ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.

(URI: http://openanzo.org/types/AnzoServer)


RDF Schema Standard Properties
comment : Anzo Server



Field Summary
static org.openrdf.model.URI serverIdProperty
          The Anzo Property for serverId
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Method Summary
 java.lang.String getServerId()
          Gets the 'serverId' property value
 void setServerId(java.lang.String serverId)
          Sets the 'serverId' property value
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


serverIdProperty

static final org.openrdf.model.URI serverIdProperty
The Anzo Property for serverId

(URI: http://openanzo.org/predicates/serverId)



RDF Schema Standard Properties
comment : A unique uri for server's id

Method Detail

getServerId

java.lang.String getServerId()
                             throws JastorException
Gets the 'serverId' property value

Returns:
String
Throws:
JastorException
See Also:
serverIdProperty

setServerId

void setServerId(java.lang.String serverId)
                 throws JastorException
Sets the 'serverId' property value

Parameters:
serverId - String
Throws:
JastorException
See Also:
serverIdProperty


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.