edu.stanford.smi.protege.server.metaproject
Interface User
- All Known Implementing Classes:
- UserImpl
public interface User
getName
String getName()
getGroups
Set<Group> getGroups()
getDescription
String getDescription()
getLastAccess
Date getLastAccess()
getLastLogin
Date getLastLogin()
setDescription
void setDescription(String description)
setName
void setName(String name)
setPassword
void setPassword(String password)
setLastAccess
void setLastAccess(Date time)
setLastLogin
void setLastLogin(Date time)
verifyPassword
boolean verifyPassword(String password)
setEmail
void setEmail(String email)
getEmail
String getEmail()
getPropertyValues
Collection<PropertyValue> getPropertyValues()
setPropertyValues
void setPropertyValues(Collection<PropertyValue> propertyValues)
addPropertyValue
void addPropertyValue(PropertyValue propertyValue)
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.