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

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

public final class DBAccount.Row
extends Object
implements DBRow


Field Summary
 String password
           
 int refresh
           
 int refreshInterval
           
 DBSession.Row session
           
 
Constructor Summary
DBAccount.Row(DBUser.Row user, String password, DBSession.Row session, Date openingDate, int refresh, int refreshInterval, int accountType)
           
 
Method Summary
 void backup(DataOutputStream dos)
           
 boolean closed()
           
 void delete()
           
 boolean equals(Object o)
           
 int getAccountType()
           
 Object getKey()
           
 List getKeys()
           
 Date getOpeningDate()
           
 int getRefresh()
           
 int getRefreshInterval()
           
 DBSession.Row getSession()
           
 DBUser.Row getUser()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

public String password

refresh

public int refresh

refreshInterval

public int refreshInterval

session

public DBSession.Row session
Constructor Detail

DBAccount.Row

public DBAccount.Row(DBUser.Row user,
                     String password,
                     DBSession.Row session,
                     Date openingDate,
                     int refresh,
                     int refreshInterval,
                     int accountType)
Method Detail

update

public void update()
            throws Exception

delete

public void delete()
            throws Exception

closed

public boolean closed()

getUser

public DBUser.Row getUser()

getSession

public DBSession.Row getSession()

getOpeningDate

public Date getOpeningDate()

getRefreshInterval

public int getRefreshInterval()

getRefresh

public int getRefresh()

getAccountType

public int getAccountType()

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