Class CSVRow

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.services.pojo.CSVRow
All Implemented Interfaces:
Serializable

public class CSVRow extends BasePOJO
See Also:
  • Constructor Details

  • Method Details

    • getData

      public Map<String,String> getData()
    • getString

      public String getString(String pHeader)
    • getInteger

      public Integer getInteger(String pHeader)
    • getLong

      public Long getLong(String pHeader)
    • getBoolean

      public boolean getBoolean(String pHeader)
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object