com.jxml.qare.qhome.db
Class DBAppData.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBAppData.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBAppData
- public final class DBAppData.Row
- extends Object
- implements DBRow
peerDeleted
public boolean peerDeleted
qapp
public P2PPlugin qapp
DBAppData.Row
public DBAppData.Row(int appDataId,
DBApplication.Row application,
String xmlData,
boolean peerDeleted,
String gkey)
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
getXMLData
public String getXMLData()
throws Exception
update
public void update()
throws Exception
delete
public void delete(P2PPlugin qapp)
throws Exception
closed
public boolean closed()
getAppDataId
public int getAppDataId()
getGkey
public String getGkey()
getAppData
public AppData getAppData(P2PPlugin qapp)
throws Exception
setAppData
public void setAppData(P2PPlugin qapp,
AppData appData)
getPlugin
public final P2PPlugin getPlugin()
- Returns the p2p application plugin
getApplication
public DBApplication.Row getApplication()
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