Class AbstractHint.DataObject
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.hints.AbstractHint.DataObject
- Enclosing class:
- AbstractHint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BandDataprotected final org.apache.poi.hssf.usermodel.HSSFCellprotected final org.apache.poi.hssf.usermodel.HSSFCell -
Constructor Summary
ConstructorsConstructorDescriptionDataObject(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)
-