Class BeanWithoutHeader

java.lang.Object
org.csveed.test.model.BeanWithoutHeader

public class BeanWithoutHeader extends Object
The Class BeanWithoutHeader.
  • Constructor Details

    • BeanWithoutHeader

      public BeanWithoutHeader()
  • Method Details

    • getText

      public String getText()
      Gets the text.
      Returns:
      the text
    • setText

      public void setText(String text)
      Sets the text.
      Parameters:
      text - the new text
    • getYear

      public Integer getYear()
      Gets the year.
      Returns:
      the year
    • setYear

      public void setYear(Integer year)
      Sets the year.
      Parameters:
      year - the new year
    • getNumber

      public Double getNumber()
      Gets the number.
      Returns:
      the number
    • setNumber

      public void setNumber(Double number)
      Sets the number.
      Parameters:
      number - the new number
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public void setDate(Date date)
      Sets the date.
      Parameters:
      date - the new date
    • getYearMonth

      public Date getYearMonth()
      Gets the year month.
      Returns:
      the year month
    • setYearMonth

      public void setYearMonth(Date yearMonth)
      Sets the year month.
      Parameters:
      yearMonth - the new year month