Package org.marketcetera.admin
Interface User
-
- All Superinterfaces:
Comparable<User>,Serializable,SummaryEntityBase,SummaryNDEntityBase
- All Known Subinterfaces:
MutableUser
- All Known Implementing Classes:
SimpleUser
public interface User extends SummaryNDEntityBase, Comparable<User>
Represents a user in the system.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHashedPassword()Get the hashed password value.UserIDgetUserID()Get the user id value.booleanisActive()Indicates if the user is active or not.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.marketcetera.persist.SummaryEntityBase
getId, getLastUpdated, getUpdateCount
-
Methods inherited from interface org.marketcetera.persist.SummaryNDEntityBase
getDescription, getName
-
-