クラス RSS2ExcelMapper

  • すべての実装されたインタフェース:
    com.kazurayam.materialstore.map.Mapper
    直系の既知のサブクラス:
    RSSDemo2ExcelMapper

    public abstract class RSS2ExcelMapper
    extends java.lang.Object
    implements com.kazurayam.materialstore.map.Mapper
    • ネストされたクラスの概要

      ネストされたクラス 
      修飾子とタイプ クラス 説明
      protected static class  RSS2ExcelMapper.Column  
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      protected com.kazurayam.materialstore.map.MappingListener listener  
      protected com.kazurayam.materialstore.core.Store store  
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      RSS2ExcelMapper()  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      void map​(com.kazurayam.materialstore.core.Material material)  
      void setMappingListener​(com.kazurayam.materialstore.map.MappingListener listener)  
      void setStore​(com.kazurayam.materialstore.core.Store store)  
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • store

        protected com.kazurayam.materialstore.core.Store store
      • listener

        protected com.kazurayam.materialstore.map.MappingListener listener
    • コンストラクタの詳細

      • RSS2ExcelMapper

        public RSS2ExcelMapper()
    • メソッドの詳細

      • 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 material)
                 throws com.kazurayam.materialstore.core.MaterialstoreException
        定義:
        map インタフェース内 com.kazurayam.materialstore.map.Mapper
        例外:
        com.kazurayam.materialstore.core.MaterialstoreException