19 package testsuite.clusterj.model;
21 import com.mysql.clusterj.annotation.Column;
22 import com.mysql.clusterj.annotation.Index;
23 import com.mysql.clusterj.annotation.NullValue;
24 import com.mysql.clusterj.annotation.PersistenceCapable;
25 import com.mysql.clusterj.annotation.Persistent;
26 import com.mysql.clusterj.annotation.PrimaryKey;
28 @PersistenceCapable(
table=
"dn2id")
58 @
Column(name=
"x_object_classes")
59 String getXObjectClasses();
60 void setXObjectClasses(
String name);
104 void setA10(
String value);
108 void setA11(
String value);
112 void setA12(
String value);
116 void setA13(
String value);
120 void setA14(
String value);
124 void setA15(
String value);