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
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 java.lang.Comparable |
compareTo |
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
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.