prevent jackson setterless issue

This commit is contained in:
jstaerk
2024-12-04 16:51:11 +01:00
parent d61c20d05a
commit e62db5113e

View File

@@ -232,6 +232,11 @@ public class Item implements IZUGFeRDExportableItem {
return lineTotalAmount;
}
public Item setNotesWithSubjectCode(List<IncludedNote> theList) {
includedNotes=theList;
return this;
}
/**
* should only be set by calculator classes or maybe when reading from XML
*