com.jxml.qare.qhome.db
Class DBMessageBoard.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBMessageBoard.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBMessageBoard
- public final class DBMessageBoard.Row
- extends Object
- implements DBRow
message
public String message
DBMessageBoard.Row
public DBMessageBoard.Row(int MBId,
DBUser.Row user,
DBSystem.Row system,
String status,
String message)
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
getMBId
public int getMBId()
getUser
public DBUser.Row getUser()
getSystem
public DBSystem.Row getSystem()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
setSDO
public void setSDO(SDO sdo)
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow