@@ -245,65 +245,58 @@ public List<String> getSimpleStringList() {
245
245
return simpleStringList ;
246
246
}
247
247
248
- public TestEntity setSimpleStringList (List <String > simpleStringList ) {
248
+ public void setSimpleStringList (List <String > simpleStringList ) {
249
249
this .simpleStringList = simpleStringList ;
250
- return this ;
251
250
}
252
251
253
252
public short getSimpleShortU () {
254
253
return simpleShortU ;
255
254
}
256
255
257
- public TestEntity setSimpleShortU (short simpleShortU ) {
256
+ public void setSimpleShortU (short simpleShortU ) {
258
257
this .simpleShortU = simpleShortU ;
259
- return this ;
260
258
}
261
259
262
260
public int getSimpleIntU () {
263
261
return simpleIntU ;
264
262
}
265
263
266
- public TestEntity setSimpleIntU (int simpleIntU ) {
264
+ public void setSimpleIntU (int simpleIntU ) {
267
265
this .simpleIntU = simpleIntU ;
268
- return this ;
269
266
}
270
267
271
268
public long getSimpleLongU () {
272
269
return simpleLongU ;
273
270
}
274
271
275
- public TestEntity setSimpleLongU (long simpleLongU ) {
272
+ public void setSimpleLongU (long simpleLongU ) {
276
273
this .simpleLongU = simpleLongU ;
277
- return this ;
278
274
}
279
275
280
276
public Map <String , Object > getStringObjectMap () {
281
277
return stringObjectMap ;
282
278
}
283
279
284
- public TestEntity setStringObjectMap (Map <String , Object > stringObjectMap ) {
280
+ public void setStringObjectMap (Map <String , Object > stringObjectMap ) {
285
281
this .stringObjectMap = stringObjectMap ;
286
- return this ;
287
282
}
288
283
289
284
@ Nullable
290
285
public Object getFlexProperty () {
291
286
return flexProperty ;
292
287
}
293
288
294
- public TestEntity setFlexProperty (@ Nullable Object flexProperty ) {
289
+ public void setFlexProperty (@ Nullable Object flexProperty ) {
295
290
this .flexProperty = flexProperty ;
296
- return this ;
297
291
}
298
292
299
293
@ Nullable
300
294
public boolean [] getBooleanArray () {
301
295
return booleanArray ;
302
296
}
303
297
304
- public TestEntity setBooleanArray (@ Nullable boolean [] booleanArray ) {
298
+ public void setBooleanArray (@ Nullable boolean [] booleanArray ) {
305
299
this .booleanArray = booleanArray ;
306
- return this ;
307
300
}
308
301
309
302
@ Nullable
@@ -373,10 +366,8 @@ public byte[] getExternalId() {
373
366
return externalId ;
374
367
}
375
368
376
- @ Nullable
377
- public TestEntity setExternalId (byte [] externalId ) {
369
+ public void setExternalId (@ Nullable byte [] externalId ) {
378
370
this .externalId = externalId ;
379
- return this ;
380
371
}
381
372
382
373
@ Override
0 commit comments