com.counterclaim.openefm.model.court.ozone
Interface OzoneUser

All Superinterfaces:
java.lang.Comparable, ModelObject, OzoneModelObject, org.ozoneDB.OzoneRemote, User
All Known Implementing Classes:
OzoneUserImpl_Proxy, OzoneUserImpl

public interface OzoneUser
extends User, OzoneModelObject


Method Summary
 void setName(java.lang.String name)
           
 void setPassword(java.lang.String password)
           
 void setRole(java.lang.String roleCode)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from interface com.counterclaim.openefm.model.court.User
getName, getPassword, getRole, getUsername, hasRole
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

Method Detail

setName

public void setName(java.lang.String name)
             throws ModelException
Specified by:
setName in interface User

setUsername

public void setUsername(java.lang.String username)
                 throws ModelException
Specified by:
setUsername in interface User

setPassword

public void setPassword(java.lang.String password)
                 throws ModelException
Specified by:
setPassword in interface User

setRole

public void setRole(java.lang.String roleCode)
             throws ModelException
Specified by:
setRole in interface User


Copyright © 2002 counterclaim.com. All Rights Reserved.