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 DataShells 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

Field Summary
protected  TableRow data
           
 
Constructor Summary
DataShell()
           
 
Method Summary
 TableRow getData()
           
 java.lang.String getPrimaryKey()
           
 void setData(TableRow data)
           
 void setPrimaryKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected TableRow data
Constructor Detail

DataShell

public DataShell()
Method Detail

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.