Protege 3.4.4

edu.stanford.smi.protege.server.metaproject
Interface User

All Known Implementing Classes:
UserImpl

public interface User


Method Summary
 void addPropertyValue(PropertyValue propertyValue)
           
 String getDescription()
           
 String getEmail()
           
 Set<Group> getGroups()
           
 Date getLastAccess()
           
 Date getLastLogin()
           
 String getName()
           
 Collection<PropertyValue> getPropertyValues()
           
 void setDescription(String description)
           
 void setEmail(String email)
           
 void setLastAccess(Date time)
           
 void setLastLogin(Date time)
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setPropertyValues(Collection<PropertyValue> propertyValues)
           
 boolean verifyPassword(String password)
           
 

Method Detail

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)

Protege 3.4.4

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2010 Stanford University.