org.objectweb.jonas.jtests.beans.ebasic
Class SimpleEC
org.objectweb.jonas.jtests.beans.ebasic.SimpleEC
- public class SimpleEC
This is an entity bean with "container managed persistence version 1.x".
The state of an instance is stored into a relational database.
The following table should exist :
ebasicSimpleEC
c_testname varchar(30) primarey key
c_info integer
c_numtest integer
- Author:
- Philippe Durieux, Philippe Coq, Helene Joanin
info
public int info
numtest
public int numtest
testname
public java.lang.String testname
SimpleEC
public SimpleEC()
getInfo
public int getInfo()
setInfo
public void setInfo(int info)
getNumTest
public int getNumTest()
setNumTest
public void setNumTest(int num)
getTestName
public java.lang.String getTestName()
setTestName
public void setTestName(java.lang.String name)