vub.starlab.ontoserver.database.ontologyobjects
Interface IOntology

All Superinterfaces:
IOntologyObject
All Known Implementing Classes:
Ontology

public interface IOntology
extends IOntologyObject

Author:
Sven Casteleyn

Method Summary
 IUser getContributor()
          Accessor returns the user which contributed this ontology
 java.lang.String getDocumentation()
          Accessor returns the documentation for this ontology
 java.lang.String getOntologyName()
          Accessor returns the name for this ontology
 IUser getOwner()
          Accessor returns the user which is the owner of this ontology
 java.lang.String getStatus()
          Accessor returns the status for this ontology
 void setContributor(IUser contributor)
          Accessor method sets the user for this ontology
 void setDocumentation(java.lang.String documentation)
          Accessor method sets the documentation for this ontology
 void setOntologyName(java.lang.String ontologyName)
          Accessor method sets the name of this ontology
 void setOwner(IUser user)
          Accessor method sets owner for this ontology
 void setStatus(java.lang.String status)
          Accessor method sets the status of this ontology
 
Methods inherited from interface vub.starlab.ontoserver.database.ontologyobjects.IOntologyObject
print
 

Method Detail

getOntologyName

public java.lang.String getOntologyName()
Accessor returns the name for this ontology
Returns:
String the name for this ontology

getContributor

public IUser getContributor()
Accessor returns the user which contributed this ontology
Returns:
IUser the user which contributed this ontology

getOwner

public IUser getOwner()
Accessor returns the user which is the owner of this ontology
Returns:
String IUser the user which owns this ontology

getStatus

public java.lang.String getStatus()
Accessor returns the status for this ontology
Returns:
String the status of this ontology

getDocumentation

public java.lang.String getDocumentation()
Accessor returns the documentation for this ontology
Returns:
String the documentation for this ontology

setOntologyName

public void setOntologyName(java.lang.String ontologyName)
Accessor method sets the name of this ontology
Parameters:
ontologyName - the name for this ontology

setContributor

public void setContributor(IUser contributor)
Accessor method sets the user for this ontology
Parameters:
contributor - the user which contributed this ontology

setOwner

public void setOwner(IUser user)
Accessor method sets owner for this ontology
Parameters:
user - the user which owns this ontology

setStatus

public void setStatus(java.lang.String status)
Accessor method sets the status of this ontology
Parameters:
status - the status for this ontology

setDocumentation

public void setDocumentation(java.lang.String documentation)
Accessor method sets the documentation for this ontology
Parameters:
documentation - the documentation for this ontology