Class ExcelCellValue
- java.lang.Object
-
- com.hybris.backoffice.excel.exporting.data.ExcelCellValue
-
public class ExcelCellValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelCellValue(org.apache.poi.ss.usermodel.Cell cell, ExcelAttribute excelAttribute, ItemModel itemModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.usermodel.CellgetCell()ExcelAttributegetExcelAttribute()ItemModelgetItemModel()
-
-
-
Constructor Detail
-
ExcelCellValue
public ExcelCellValue(org.apache.poi.ss.usermodel.Cell cell, ExcelAttribute excelAttribute, ItemModel itemModel)
-
-
Method Detail
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell()
-
getExcelAttribute
public ExcelAttribute getExcelAttribute()
-
getItemModel
public ItemModel getItemModel()
-
-