|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--vub.starlab.ontoserver.database.ontologyobjects.Ontology
| Constructor Summary | |
Ontology(java.lang.String ontologyName,
java.lang.String contributorName,
java.lang.String ownerName,
java.lang.String status,
java.lang.String documentation)
|
|
| 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 |
print()
Prints the content of the ontology object |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ontology(java.lang.String ontologyName,
java.lang.String contributorName,
java.lang.String ownerName,
java.lang.String status,
java.lang.String documentation)
| Method Detail |
public void print()
IOntologyObjectprint in interface IOntologyObjectpublic java.lang.String getOntologyName()
IOntologygetOntologyName in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologypublic IUser getContributor()
IOntologygetContributor in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologypublic IUser getOwner()
IOntologygetOwner in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologypublic java.lang.String getStatus()
IOntologygetStatus in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologypublic java.lang.String getDocumentation()
IOntologygetDocumentation in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologypublic void setOntologyName(java.lang.String ontologyName)
IOntologysetOntologyName in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologyontologyName - the name for this ontologypublic void setContributor(IUser contributor)
IOntologysetContributor in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologycontributor - the user which contributed this ontologypublic void setOwner(IUser user)
IOntologysetOwner in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologyuser - the user which owns this ontologypublic void setStatus(java.lang.String status)
IOntologysetStatus in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologystatus - the status for this ontologypublic void setDocumentation(java.lang.String documentation)
IOntologysetDocumentation in interface IOntologyvub.starlab.ontoserver.database.ontologyobjects.IOntologydocumentation - the documentation for this ontology
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||