|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The IUser object represents a user in the ontology server. Note that for now there is no user management yet (every ontology is anonymous), so some functionality may still be missing here (password related methods for example)
| Method Summary | |
java.lang.String |
getAffiliation()
Accessor method returns the affiliation for this user |
java.lang.String |
getEmail()
Accessor method for getting the email address of this user |
java.lang.String |
getName()
Accessor method for getting the name of this user |
java.lang.String |
getUserName()
Accessor method for getting the username of this user |
boolean |
isAdministrator()
Accessor method returns true if this user is an administrator, false otherwise |
void |
setAdministrator(boolean isAdministrator)
Accessor method to set whether or not this user is an administrator |
void |
setAffiliation(java.lang.String affiliation)
Accessor method to set the affiliation for this user |
void |
setEmail(java.lang.String email)
Accessor method to set the email address for this user |
void |
setName(java.lang.String name)
Accessor method to set the name for this user |
void |
setUserName(java.lang.String userName)
Accessor method to set the username for this user |
| Methods inherited from interface vub.starlab.ontoserver.database.ontologyobjects.IOntologyObject |
print |
| Method Detail |
public java.lang.String getUserName()
public java.lang.String getName()
public java.lang.String getEmail()
public boolean isAdministrator()
public java.lang.String getAffiliation()
public void setUserName(java.lang.String userName)
userName - the new username for this userpublic void setName(java.lang.String name)
name - the name for this userpublic void setEmail(java.lang.String email)
email - the new email address for this userpublic void setAdministrator(boolean isAdministrator)
isAdministrator - true if the user should be granted administrator privileges, false otherwisepublic void setAffiliation(java.lang.String affiliation)
affiliation - the new affiliation for this user
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||