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.PersistenceCapable;
24 import com.mysql.clusterj.annotation.PrimaryKey;
45 @PersistenceCapable(
table=
"b0")
54 void setLineNumber(
int lineNumber);
58 void setQuantity(
long quantity);
62 void setUnitPrice(
float unitPrice);
65 double getTotalValue();
66 void setTotalValue(
double totalValue);
71 void setOrderId(
int orderId);