Class Ontology
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.Ontology
-
- All Implemented Interfaces:
Comparable<Ontology>
public class Ontology extends Object implements Comparable<Ontology>
A representation of an OWL ontology resource [kwg8-08/01/07] unified get*, set* methods with style in VClass.java
-
-
Constructor Summary
Constructors Constructor Description Ontology()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Ontology o2)ListgetEntsList()intgetId()StringgetName()intgetNamespaceId()StringgetPrefix()ListgetPropsList()StringgetType()StringgetURI()ListgetVClassesList()voidsetEntsList(List entsList)voidsetId(int id)voidsetName(String name)voidsetNamespaceId(int nid)voidsetPrefix(String prefix)voidsetPropsList(List pl)voidsetType(String type)voidsetURI(String URI)voidsetVClassesList(List vcl)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
getNamespaceId
public int getNamespaceId()
-
setNamespaceId
public void setNamespaceId(int nid)
-
getURI
public String getURI()
-
setURI
public void setURI(String URI)
-
getVClassesList
public List getVClassesList()
-
setVClassesList
public void setVClassesList(List vcl)
-
getPropsList
public List getPropsList()
-
setPropsList
public void setPropsList(List pl)
-
getEntsList
public List getEntsList()
-
setEntsList
public void setEntsList(List entsList)
-
compareTo
public int compareTo(Ontology o2)
- Specified by:
compareToin interfaceComparable<Ontology>
-
-