Class ImporteurExcels_A<T extends Chutierisable_I>

java.lang.Object
org.bilat.discoveryMat.controleur.jimport.excel.ImporteurExcels_A<T>
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ImporteurAtomes, ImporteurCompositions, ImporteurMysters

public abstract class ImporteurExcels_A<T extends Chutierisable_I> extends Object implements Runnable
  • Constructor Details

  • Method Details

    • selectJChutier

      public abstract void selectJChutier()
    • memoriseFolder

      public abstract void memoriseFolder(String folder)
    • getChutierDestination

      public abstract Chutiers<T> getChutierDestination()
    • getMateriauxType

      public abstract MateriauxType_E getMateriauxType()
    • getTitre

      public abstract String getTitre()
    • getFolderRoot

      public abstract String getFolderRoot()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • getListLoaded

      public List<Chutierisable_I> getListLoaded()
    • getListError

      public List<String> getListError()