java.lang.Object
org.csveed.test.model.BeanVariousNotAnnotated
-
Constructor Summary
-
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
-
setTxt
-
getYear
-
setYear
-
getNumber
-
setNumber
-
getDate
-
setDate
-
getYearMonth
-
setYearMonth
Sets the year month.- Parameters:
yearMonth
- the new year month
-
getIgnoreMe
-
setIgnoreMe
Sets the ignore me.- Parameters:
ignoreMe
- the new ignore me
-
getSimple
-
setSimple
-