com.jxml.qare.qhome.db
Class DBUser.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBUser.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBUser
- public final class DBUser.Row
- extends Object
- implements DBRow
DBUser.Row
public DBUser.Row(String name,
int id)
getUserId
public int getUserId()
getAccount
public DBAccount.Row getAccount()
throws Exception
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
getName
public String getName()
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow