Package org.n52.shetland.rdf.foaf
Class Organization
- java.lang.Object
-
- org.n52.shetland.rdf.foaf.Organization
-
- All Implemented Interfaces:
FoafRdfPrefix,ModelAdder,RDFElement,RdfPrefix
public class Organization extends Object implements RDFElement, FoafRdfPrefix
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.foaf.FoafRdfPrefix
NS_PREFIX
-
-
Constructor Summary
Constructors Constructor Description Organization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ModeladdToModel(org.apache.jena.rdf.model.Model model)MBoxgetmBox()NamegetName()voidsetmBox(MBox mBox)voidsetName(Name name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.rdf.foaf.FoafRdfPrefix
getNamespace, getPrefix
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
-
-
-
Method Detail
-
getName
public Name getName()
-
setName
public void setName(Name name)
-
getmBox
public MBox getmBox()
-
setmBox
public void setmBox(MBox mBox)
-
addToModel
public org.apache.jena.rdf.model.Model addToModel(org.apache.jena.rdf.model.Model model)
- Specified by:
addToModelin interfaceModelAdder
-
-