クラス Excel2CSVMapperPOI5
- java.lang.Object
-
- com.kazurayam.materialstore.mapper.Excel2CSVMapperPOI5
-
- すべての実装されたインタフェース:
com.kazurayam.materialstore.map.Mapper
public final class Excel2CSVMapperPOI5 extends java.lang.Object implements com.kazurayam.materialstore.map.MapperApache POI v3.17
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Excel2CSVMapperPOI5()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidmap(com.kazurayam.materialstore.core.Material excelMaterial)voidsetMappingListener(com.kazurayam.materialstore.map.MappingListener listener)voidsetStore(com.kazurayam.materialstore.core.Store store)
-
-
-
メソッドの詳細
-
setStore
public void setStore(com.kazurayam.materialstore.core.Store store)
- 定義:
setStoreインタフェース内com.kazurayam.materialstore.map.Mapper
-
setMappingListener
public void setMappingListener(com.kazurayam.materialstore.map.MappingListener listener)
- 定義:
setMappingListenerインタフェース内com.kazurayam.materialstore.map.Mapper
-
map
public void map(com.kazurayam.materialstore.core.Material excelMaterial) throws com.kazurayam.materialstore.core.MaterialstoreException- 定義:
mapインタフェース内com.kazurayam.materialstore.map.Mapper- 例外:
com.kazurayam.materialstore.core.MaterialstoreException
-
-