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

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

public final class DBRegisterInfo.Row
extends Object
implements DBRow


Field Summary
 String dhPublicKey
           
 String dsaPublicKey
           
 String qareVersion
           
 
Method Summary
 void backup(DataOutputStream dos)
           
 Object getKey()
           
 List getKeys()
           
 int getRegisterId()
           
 DBSystem.Row getRegistrantSystem()
           
 long getSessionId()
           
 boolean isDummy()
           
 boolean isUnconfirmed()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dhPublicKey

public String dhPublicKey

dsaPublicKey

public String dsaPublicKey

qareVersion

public String qareVersion
Method Detail

isDummy

public boolean isDummy()

isUnconfirmed

public boolean isUnconfirmed()

update

public void update()
            throws Exception

getKeys

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

getRegistrantSystem

public DBSystem.Row getRegistrantSystem()

getRegisterId

public int getRegisterId()

getSessionId

public long getSessionId()

getKey

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

backup

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