com.counterclaim.openefm.model.court
Interface User
- All Superinterfaces:
- java.lang.Comparable, ModelObject
- All Known Subinterfaces:
- OzoneUser
- All Known Implementing Classes:
- OzoneUserImpl, OzoneUserImpl_Proxy
- public interface User
- extends ModelObject
-

| Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
- Throws:
ModelException
getName
public java.lang.String getName()
throws ModelException
- Throws:
ModelException
setUsername
public void setUsername(java.lang.String username)
throws ModelException
- Throws:
ModelException
getUsername
public java.lang.String getUsername()
throws ModelException
- Throws:
ModelException
setPassword
public void setPassword(java.lang.String password)
throws ModelException
- Throws:
ModelException
getPassword
public java.lang.String getPassword()
throws ModelException
- Throws:
ModelException
setRole
public void setRole(java.lang.String roleCode)
throws ModelException
- Throws:
ModelException
getRole
public java.lang.String getRole()
throws ModelException
- Throws:
ModelException
hasRole
public boolean hasRole(java.lang.String roleCode)
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.