sjs994 / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Add getter/setter to Response and SerializableResponse classes #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Clone tools like beanlib or dozer fail to clone the
TableModel.SerializableResponse classes.

Adding getters and setters for the Response and SerializableResponse
classe's fields solves the problem. The problem might be happening also
with other classes that can be sent over the wire.

Original issue reported on code.google.com by miguel.p...@gmail.com on 10 Apr 2008 at 11:37

GoogleCodeExporter commented 8 years ago
Can you list the missing setters and getters?

Original comment by ecc%google.com@gtempaccount.com on 17 Jun 2008 at 5:26

GoogleCodeExporter commented 8 years ago
Sure, the missing methods are:
1)TableModel.Response#getRowValues
2) TableModel.SerializableResponse#getRows
3) TableModel.SerializableResponse#setRows

I've attached a patch.

Original comment by miguel.p...@gmail.com on 17 Jun 2008 at 5:35

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, that helps! Do you have a CLA on record?

Original comment by ecc%google.com@gtempaccount.com on 19 Jun 2008 at 3:17

GoogleCodeExporter commented 8 years ago
Just created one 10 secs ago, as I suspect it would be necessary. My name is 
Miguel
Ping, if you need to track my data :)

Original comment by miguel.p...@gmail.com on 19 Jun 2008 at 3:24