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