4

您好,我正在使用此代码获取数据

Set<Account> selection =new HashSet<Account>table.getSelectionModel().getSelectedItem();

但是我把它作为输出

passbookprintingdemo.AccountPage$Account@1eb5170

谁能解释我如何获取数据而不是这个类名?

提前致谢

4

1 回答 1

7
table.getSelectionModel().getSelectedItem().YourGetterFunctionName and you will get your data :) 
于 2012-05-03T06:25:36.237 回答