Drools无法更新字段

时间:2018-11-29 15:14:37

标签: java drools

请参考下面的Excel文件快照。

Snapshot of the Excel

pojo如下:

private static final long serialVersionUID = -1752735953921334909L;
    private String carrierIdentifier;
    private String accountIdentifier;
    private String healthBenefitGroupIdentifier;
    private String memberIdentifier;

我这样称呼:

KeyElementsBO bo = new KeyElementsBO();
        bo.setCarrierIdentifier("AX");

我得到的输出如下:

KeyElementsBO [carrierIdentifier=null, accountIdentifier=null, healthBenefitGroupIdentifier=null, memberIdentifier=null]

我在做什么错,为什么这些字段没有更新?

0 个答案:

没有答案