|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| 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 |
public java.lang.String getOntologyName()
public IUser getContributor()
public IUser getOwner()
public java.lang.String getStatus()
public java.lang.String getDocumentation()
public void setOntologyName(java.lang.String ontologyName)
ontologyName - the name for this ontologypublic void setContributor(IUser contributor)
contributor - the user which contributed this ontologypublic void setOwner(IUser user)
user - the user which owns this ontologypublic void setStatus(java.lang.String status)
status - the status for this ontologypublic void setDocumentation(java.lang.String documentation)
documentation - the documentation for this ontology
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||