java.lang.Object
org.csveed.test.model.BeanVariousNotAnnotated
The Class BeanVariousNotAnnotated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the date.Gets the ignore me.Gets the number.Gets the simple.getTxt()
Gets the txt.getYear()
Gets the year.Gets the year month.void
Sets the date.void
setIgnoreMe
(String ignoreMe) Sets the ignore me.void
Sets the number.void
setSimple
(BeanSimple simple) Sets the simple.void
Sets the txt.void
Sets the year.void
setYearMonth
(Date yearMonth) Sets the year month.
-
Constructor Details
-
BeanVariousNotAnnotated
public BeanVariousNotAnnotated()
-
-
Method Details
-
getTxt
Gets the txt.- Returns:
- the txt
-
setTxt
Sets the txt.- Parameters:
txt
- the new txt
-
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
-
getIgnoreMe
Gets the ignore me.- Returns:
- the ignore me
-
setIgnoreMe
Sets the ignore me.- Parameters:
ignoreMe
- the new ignore me
-
getSimple
Gets the simple.- Returns:
- the simple
-
setSimple
Sets the simple.- Parameters:
simple
- the new simple
-