我有一个服务类。当我在组合框中设置项目 alldata() 时,它会显示数据库中的所有嵌入数据。我怎样才能设置名称字段?
例子:
private ComboBox groundComboBox = new ComboBox<>("Ground"); groundComboBox.setItems(groundService.getAllGround());
表明:
地面(groundId=Shere-Bangla,groundName=Shere-Bangla 国家体育场,city=Dhaka,country=Bangladesh,经度=90.8,纬度=45.7,容量=10000,inaugurationDate=2005-02-05)。
我只想显示唯一的名字;