点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
我创建了一个插件,我想在beans.xml中定义以下类:
公共类部门
{
私有字符串扇区ID;
私有字符串扇区名称;
public void setSectorId(final StringectorId)
{
this.sectorId = ectorId;
}
公共字符串getSectorId()
{
返回扇区ID;
}
公共无效setSectorName(最后的字符串扇区名称)
{
this.sectorName =扇区名称;
}
公共字符串getSectorName()
{
返回扇区名称;
}
}
公共类SectorResponse
{
私有List 部门;
public void setSectors(最终列表扇区)
{
this.sectors =部门;
}
公共列表getSectors()
{
返回部门;
}
}
我在beans.xml中做了以下定义:
用于扇区响应的数据对象
扇区POJO的数据对象
但是我的SectorResponse的属性扇区是作为 List
类型创建的,如何在我的beans.xml中定义它以使其作为 List
创建?/p>
你好
您可以像这样复制其他bean(属性排序):
Hybris始终使用完整的程序包,但我从未尝试过使用类名。
一周热门 更多>