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
   
 
 
 
 
password
public String password
refresh
public int refresh
refreshInterval
public int refreshInterval
session
public DBSession.Row session
DBAccount.Row
public DBAccount.Row(DBUser.Row user,
                     String password,
                     DBSession.Row session,
                     Date openingDate,
                     int refresh,
                     int refreshInterval,
                     int accountType)
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