Class AbstractHint.DataObject
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.hints.AbstractHint.DataObject
- Enclosing class:
- AbstractHint
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BandData
protected final org.apache.poi.hssf.usermodel.HSSFCell
protected final org.apache.poi.hssf.usermodel.HSSFCell
-
Constructor Summary
ConstructorDescriptionDataObject
(org.apache.poi.hssf.usermodel.HSSFCell resultCell, org.apache.poi.hssf.usermodel.HSSFCell templateCell, BandData bandData) -
Method Summary
-
Field Details
-
resultCell
protected final org.apache.poi.hssf.usermodel.HSSFCell resultCell -
templateCell
protected final org.apache.poi.hssf.usermodel.HSSFCell templateCell -
bandData
-
-
Constructor Details
-
DataObject
public DataObject(org.apache.poi.hssf.usermodel.HSSFCell resultCell, org.apache.poi.hssf.usermodel.HSSFCell templateCell, BandData bandData)
-