com.counterclaim.openefm.model.court.ozone
Class OzoneUserImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.court.ozone.OzoneUserImpl
All Implemented Interfaces:
java.lang.Comparable, ModelObject, org.ozoneDB.OzoneCompatible, OzoneModelObject, org.ozoneDB.OzoneRemote, OzoneUser, java.io.Serializable, User

public class OzoneUserImpl
extends OzoneModelObjectImpl
implements OzoneUser

See Also:
Serialized Form

Constructor Summary
OzoneUserImpl()
           
OzoneUserImpl(OzoneUserManager userManager)
           
OzoneUserImpl(OzoneUserManager userManager, Id newId)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 java.lang.String getRole()
           
 java.lang.String getUsername()
           
 boolean hasRole(java.lang.String roleCode)
           
 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 class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, setId, setObjectManager
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

OzoneUserImpl

public OzoneUserImpl()
              throws ModelException

OzoneUserImpl

public OzoneUserImpl(OzoneUserManager userManager)
              throws ModelException

OzoneUserImpl

public OzoneUserImpl(OzoneUserManager userManager,
                     Id newId)
              throws ModelException
Method Detail

setName

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

getName

public java.lang.String getName()
                         throws ModelException
Specified by:
getName in interface User

setUsername

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

getUsername

public java.lang.String getUsername()
                             throws ModelException
Specified by:
getUsername in interface User

setPassword

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

getPassword

public java.lang.String getPassword()
                             throws ModelException
Specified by:
getPassword in interface User

setRole

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

getRole

public java.lang.String getRole()
                         throws ModelException
Specified by:
getRole in interface User

hasRole

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


Copyright © 2002 counterclaim.com. All Rights Reserved.