public class Column extends Object
| Constructor and Description | 
|---|
| Column()Constructor. | 
| Column(String field,
      String name,
      org.supercsv.cellprocessor.ift.CellProcessor writingCellProcessor,
      org.supercsv.cellprocessor.ift.CellProcessor readingCellProcessor)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getField() | 
| String | getName() | 
| org.supercsv.cellprocessor.ift.CellProcessor | getReadingCellProcessor() | 
| org.supercsv.cellprocessor.ift.CellProcessor | getWritingCellProcessor() | 
| void | setField(String field) | 
| void | setName(String name) | 
| void | setReadingCellProcessor(org.supercsv.cellprocessor.ift.CellProcessor readingCellProcessor) | 
| void | setWritingCellProcessor(org.supercsv.cellprocessor.ift.CellProcessor writingCellProcessor) | 
public Column()
public Column(String field, String name, org.supercsv.cellprocessor.ift.CellProcessor writingCellProcessor, org.supercsv.cellprocessor.ift.CellProcessor readingCellProcessor)
field - name of the model fieldname - column namewritingCellProcessor - column writing configurationreadingCellProcessor - column reading configurationpublic String getField()
public void setField(String field)
field - the field to setpublic String getName()
public void setName(String name)
name - the name to setpublic org.supercsv.cellprocessor.ift.CellProcessor getWritingCellProcessor()
public void setWritingCellProcessor(org.supercsv.cellprocessor.ift.CellProcessor writingCellProcessor)
writingCellProcessor - the writingCellProcessor to setpublic org.supercsv.cellprocessor.ift.CellProcessor getReadingCellProcessor()
public void setReadingCellProcessor(org.supercsv.cellprocessor.ift.CellProcessor readingCellProcessor)
readingCellProcessor - the readingCellProcessor to setCopyright © 2013-2018–2019 SeedStack. All rights reserved.