19 package testsuite.clusterj.model;
21 import com.mysql.clusterj.annotation.Column;
22 import com.mysql.clusterj.annotation.PersistenceCapable;
23 import com.mysql.clusterj.annotation.PrimaryKey;
39 @PersistenceCapable(
table=
"a")
48 void setCustomerId(
int name);
52 void setDescription(
String name);
56 void setValue(
double value);