21 package com.mysql.cluster.crund;
23 import com.mysql.clusterj.annotation.Column;
24 import com.mysql.clusterj.annotation.PersistenceCapable;
29 @PersistenceCapable(
table=
"b0")
30 public interface
IB0 {
33 public void setId(
int id);
36 public void setCint(
int cint);
38 public long getClong();
39 public void setClong(
long clong);
41 public float getCfloat();
42 public void setCfloat(
float cfloat);
44 public double getCdouble();
45 public void setCdouble(
double cdouble);
57 @
Column(
name=
"cvarbinary_def",allowsNull=
"true")
58 public byte[] getCvarbinary_def();
59 public void setCvarbinary_def(byte[] cvarbinary_def);
63 public String getCvarchar_def();
64 public void setCvarchar_def(
String cvarchar_def);
68 public void setAid(
int aid);