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

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

public final class DBApplication.Row
extends Object
implements DBRow


Constructor Summary
DBApplication.Row(String name, int id)
           
 
Method Summary
 void backup(DataOutputStream dos)
           
 boolean equals(Object o)
           
 int getApplicationId()
           
 Object getKey()
           
 List getKeys()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBApplication.Row

public DBApplication.Row(String name,
                         int id)
Method Detail

getApplicationId

public int getApplicationId()

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