com.jxml.qare.qhome.db
Class DBRemoteAccount.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBRemoteAccount.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBRemoteAccount
- public final class DBRemoteAccount.Row
- extends Object
- implements DBRow
password
public String password
DBRemoteAccount.Row
public DBRemoteAccount.Row(DBUser.Row user,
DBSystem.Row system,
String password,
DBSession.Row session)
update
public void update()
throws Exception
delete
public void delete()
throws Exception
closed
public boolean closed()
getUser
public DBUser.Row getUser()
getSystem
public DBSystem.Row getSystem()
getSession
public DBSession.Row getSession()
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow