com.jxml.qare.qhome.db
Class DBInbox.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBInbox.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBInbox
- public final class DBInbox.Row
- extends Object
- implements DBRow
Constructor Summary |
DBInbox.Row(int inboxId,
DBUser.Row user,
Date openingDate,
Date dateRecieved,
String description,
DBApplication.Row application,
String action,
DBSystem.Row fromSystem,
String message,
String properties,
String gkey)
|
message
public String message
DBInbox.Row
public DBInbox.Row(int inboxId,
DBUser.Row user,
Date openingDate,
Date dateRecieved,
String description,
DBApplication.Row application,
String action,
DBSystem.Row fromSystem,
String message,
String properties,
String gkey)
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
update
public void update()
throws Exception
delete
public void delete()
throws Exception
closed
public boolean closed()
getInboxId
public int getInboxId()
getUser
public DBUser.Row getUser()
getGkey
public String getGkey()
getOpeningDate
public Date getOpeningDate()
getDateRecieved
public Date getDateRecieved()
setDateReceived
public void setDateReceived(Date dateRecievied)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getApplication
public DBApplication.Row getApplication()
getFromSystem
public DBSystem.Row getFromSystem()
getAction
public String getAction()
getProperties
public Map getProperties()
throws Exception
properties
public String properties()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getSDO
public SDO getSDO(QAppPlugin qapp)
setSDO
public void setSDO(SDO sdo)
eval
public void eval(Map prop,
List args,
ClassLoader cl)
throws Exception
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow