com.jxml.qare.qhome.register
Class RegisteredUser

java.lang.Object
  |
  +--com.jxml.qare.qhome.SDO
        |
        +--com.jxml.qare.qhome.AppData
              |
              +--com.jxml.qare.qhome.register.RegisterAppDataBase
                    |
                    +--com.jxml.qare.qhome.register.RegisteredUser
All Implemented Interfaces:
Item

public class RegisteredUser
extends RegisterAppDataBase


Fields inherited from class com.jxml.qare.qhome.AppData
appDataRow
 
Constructor Summary
RegisteredUser()
           
 
Methods inherited from class com.jxml.qare.qhome.register.RegisterAppDataBase
getAppDataFactory
 
Methods inherited from class com.jxml.qare.qhome.AppData
dbAdd, dbAdd, dbAddRoot, dbDelete, dbGet, dbGetRoot, dbUpdate, emptyTable, emptyWithKey, eval, getAction, getApplication, getContents, getContentsWithKey, getFactory, getId, getKey, getKeys, getPlugin, getTable, getTables, getWithKey, inDB, inTable, peerDeleted, process, removedFromTable, tableAdd, tableAdd, tableDelete, tableDelete
 
Methods inherited from class com.jxml.qare.qhome.SDO
createInboxMsg, createInboxMsg, exceptionTraceString, getFactoryClassName, getQDoc, getSchema, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredUser

public RegisteredUser()