org.openware.job.data
Class DataShell
java.lang.Object
|
+--org.openware.job.data.DataShell
- All Implemented Interfaces:
- java.io.Serializable
- public class DataShell
- extends java.lang.Object
- implements java.io.Serializable
Simple class to wrap TableRow
objects. The
DataShell
s are used in the application code
but not by the EJB that commits the changes to the DB.
This means that the only EJBs that need to be deployed
are those for each database you want to support.
- Version:
- $Revision: 1.4 $ $Date: 2000/12/11 07:44:55 $
- Author:
- Vincent Sheffer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected TableRow data
DataShell
public DataShell()
setData
public void setData(TableRow data)
getData
public TableRow getData()
setPrimaryKey
public void setPrimaryKey(java.lang.String key)
getPrimaryKey
public java.lang.String getPrimaryKey()
Copyright © 2000,2001 Openware. All Rights Reserved.