com.jxml.qare.qhome.db
Class DBRegisterPending.Row

java.lang.Object
  |
  +--com.jxml.qare.qhome.db.DBRegisterPending.Row
All Implemented Interfaces:
DBRow
Enclosing class:
DBRegisterPending

public final class DBRegisterPending.Row
extends Object
implements DBRow


Method Summary
 void backup(DataOutputStream dos)
           
 void delete()
           
 Object getKey()
           
 List getKeys()
           
 int getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeys

public List getKeys()
Specified by:
getKeys in interface DBRow

getSystemId

public int getSystemId()

delete

public void delete()
            throws Exception

getKey

public Object getKey()
Specified by:
getKey in interface DBRow

backup

public void backup(DataOutputStream dos)
            throws Exception
Specified by:
backup in interface DBRow