User: salborini
Date: 00/08/01 10:14:39
Modified: src/java/org/jboss/zol/testbean/interfaces EntityPK.java
Log:
Added test for persistence of non-pk fields in CMP entity
Revision Changes Path
1.2 +4 -0 zola/src/java/org/jboss/zol/testbean/interfaces/EntityPK.java
Index: EntityPK.java
===================================================================
RCS file:
/products/cvs/ejboss/zola/src/java/org/jboss/zol/testbean/interfaces/EntityPK.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EntityPK.java 2000/04/27 19:45:41 1.1
+++ EntityPK.java 2000/08/01 17:14:39 1.2
@@ -9,4 +9,8 @@
public AComplexPK readAllValues();
public void updateAllValues(AComplexPK aComplexPK);
+
+ public int getOtherField();
+ public void setOtherField(int newValue);
+
}