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

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

public final class OzoneUserImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements OzoneUser

This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.

See Also:
Serialized Form

Fields inherited from class org.ozoneDB.OzoneProxy
link, linkTable, remoteID
 
Constructor Summary
OzoneUserImpl_Proxy()
           
OzoneUserImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
OzoneUserImpl_Proxy(OzoneUserManager arg0)
           
OzoneUserImpl_Proxy(OzoneUserManager arg0, Id arg1)
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 Id getId()
           
 java.lang.String getName()
           
 ObjectManager getObjectManager()
           
 java.lang.String getPassword()
           
 java.lang.String getRole()
           
 java.lang.String getUsername()
           
 boolean hasRole(java.lang.String arg0)
           
 void setId(Id arg0)
           
 void setName(java.lang.String arg0)
           
 void setObjectManager(ObjectManager arg0)
           
 void setPassword(java.lang.String arg0)
           
 void setRole(java.lang.String arg0)
           
 void setUsername(java.lang.String arg0)
           
 
Methods inherited from class org.ozoneDB.OzoneProxy
createProxyLinkAttributes, equals, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OzoneUserImpl_Proxy

public OzoneUserImpl_Proxy()

OzoneUserImpl_Proxy

public OzoneUserImpl_Proxy(org.ozoneDB.core.ObjectID oid,
                           org.ozoneDB.OzoneInterface link)

OzoneUserImpl_Proxy

public OzoneUserImpl_Proxy(OzoneUserManager arg0)
                    throws ModelException

OzoneUserImpl_Proxy

public OzoneUserImpl_Proxy(OzoneUserManager arg0,
                           Id arg1)
                    throws ModelException
Method Detail

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable

getId

public Id getId()
         throws ModelException
Specified by:
getId in interface ModelObject

setObjectManager

public void setObjectManager(ObjectManager arg0)
                      throws ModelException
Specified by:
setObjectManager in interface ModelObject

getObjectManager

public ObjectManager getObjectManager()
                               throws ModelException
Specified by:
getObjectManager in interface ModelObject

getName

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

setName

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

getUsername

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

setUsername

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

setPassword

public void setPassword(java.lang.String arg0)
                 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 arg0)
             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 arg0)
                throws ModelException
Specified by:
hasRole in interface User

setId

public void setId(Id arg0)
           throws ModelException
Specified by:
setId in interface OzoneModelObject


Copyright © 2002 counterclaim.com. All Rights Reserved.