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

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

public final class DBContentIdentifier.Row
extends Object
implements DBRow


Method Summary
 void backup(DataOutputStream dos)
           
 String getContentNbr()
           
 Object getKey()
           
 List getKeys()
           
 Date getMessageDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentNbr

public String getContentNbr()

getMessageDate

public Date getMessageDate()

getKeys

public List getKeys()
Specified by:
getKeys in interface DBRow

getKey

public Object getKey()
Specified by:
getKey in interface DBRow

backup

public void backup(DataOutputStream dos)
            throws Exception
Specified by:
backup in interface DBRow