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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dhPublicKey
public String dhPublicKey
dsaPublicKey
public String dsaPublicKey
qareVersion
public String qareVersion
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