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
-

| Fields inherited from class org.ozoneDB.OzoneObject |
|
| 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 |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
log
private static org.apache.log4j.Logger log
name
private java.lang.String name
username
private java.lang.String username
password
private java.lang.String password
roleCode
private java.lang.String roleCode
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
OzoneUserImpl
public OzoneUserImpl()
throws ModelException
OzoneUserImpl
public OzoneUserImpl(OzoneUserManager userManager)
throws ModelException
OzoneUserImpl
public OzoneUserImpl(OzoneUserManager userManager,
Id newId)
throws ModelException
setName
public void setName(java.lang.String name)
throws ModelException
- Specified by:
setName in interface OzoneUser
- Throws:
ModelException
getName
public java.lang.String getName()
throws ModelException
- Specified by:
getName in interface User
- Throws:
ModelException
setUsername
public void setUsername(java.lang.String username)
throws ModelException
- Specified by:
setUsername in interface OzoneUser
- Throws:
ModelException
getUsername
public java.lang.String getUsername()
throws ModelException
- Specified by:
getUsername in interface User
- Throws:
ModelException
setPassword
public void setPassword(java.lang.String password)
throws ModelException
- Specified by:
setPassword in interface OzoneUser
- Throws:
ModelException
getPassword
public java.lang.String getPassword()
throws ModelException
- Specified by:
getPassword in interface User
- Throws:
ModelException
setRole
public void setRole(java.lang.String roleCode)
throws ModelException
- Specified by:
setRole in interface OzoneUser
- Throws:
ModelException
getRole
public java.lang.String getRole()
throws ModelException
- Specified by:
getRole in interface User
- Throws:
ModelException
hasRole
public boolean hasRole(java.lang.String roleCode)
throws ModelException
- Specified by:
hasRole in interface User
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.