org.chorem.pollen.services.impl
Class FavoriteListImportCSV.FavoriteListImportModel
java.lang.Object
org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
- All Implemented Interfaces:
- org.nuiton.util.csv.ImportModel<PollAccount>
- Enclosing class:
- FavoriteListImportCSV
protected class FavoriteListImportCSV.FavoriteListImportModel
- extends Object
- implements org.nuiton.util.csv.ImportModel<PollAccount>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavoriteListImportCSV.FavoriteListImportModel
protected FavoriteListImportCSV.FavoriteListImportModel()
getSeparator
public char getSeparator()
- Specified by:
getSeparator in interface org.nuiton.util.csv.ImportModel<PollAccount>
pushCsvHeaderNames
public void pushCsvHeaderNames(List<String> headerNames)
- Specified by:
pushCsvHeaderNames in interface org.nuiton.util.csv.ImportModel<PollAccount>
newEmptyInstance
public PollAccount newEmptyInstance()
- Specified by:
newEmptyInstance in interface org.nuiton.util.csv.ImportModel<PollAccount>
getColumnsForImport
public Iterable<org.nuiton.util.csv.ImportableColumn<PollAccount,Object>> getColumnsForImport()
- Specified by:
getColumnsForImport in interface org.nuiton.util.csv.ImportModel<PollAccount>
Copyright © 2009-2012 CodeLutin. All Rights Reserved.