Class CSVRow
- java.lang.Object
-
- org.gcube.application.geoportalcommon.config.CSVRow
-
- All Implemented Interfaces:
Serializable
public class CSVRow extends Object implements Serializable
The Class CSVRow.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jan 29, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSVRow()Instantiates a new CSV row.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(String value)Adds the value.List<String>getListValues()Gets the list values.voidsetListValues(List<String> listValues)StringtoString()
-