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

| Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
- Specified by:
setName in interface User
- Throws:
ModelException
setUsername
public void setUsername(java.lang.String username)
throws ModelException
- Specified by:
setUsername in interface User
- Throws:
ModelException
setPassword
public void setPassword(java.lang.String password)
throws ModelException
- Specified by:
setPassword in interface User
- Throws:
ModelException
setRole
public void setRole(java.lang.String roleCode)
throws ModelException
- Specified by:
setRole in interface User
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.