java.lang.Object
org.csveed.test.model.BeanWithoutHeader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the date.Gets the number.getText()
Gets the text.getYear()
Gets the year.Gets the year month.void
Sets the date.void
Sets the number.void
Sets the text.void
Sets the year.void
setYearMonth
(Date yearMonth) Sets the year month.
-
Constructor Details
-
BeanWithoutHeader
public BeanWithoutHeader()
-
-
Method Details
-
getText
-
setText
-
getYear
-
setYear
-
getNumber
-
setNumber
-
getDate
-
setDate
-
getYearMonth
-
setYearMonth
Sets the year month.- Parameters:
yearMonth
- the new year month
-