Package org.fastnate.generator.test.date
Class DateTestEntity
java.lang.Object
org.fastnate.generator.test.date.DateTestEntity
Entity to test writing of times and dates.
- Author:
- Tobias Liefke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDate()Legacy datesgetId()Java8 date objectsgetTime()inthashCode()voidLegacy datesvoidsetDefaultDate2000(Date defaultDate2000) voidsetDefaultDateNow(Date defaultDateNow) voidsetDuration(Duration duration) voidvoidsetLocalDate(LocalDate localDate) Java8 date objectsvoidsetLocalDateTime(LocalDateTime localDateTime) voidsetLocalTime(LocalTime localTime) voidvoidsetTimestamp(Date timestamp) toString()
-
Constructor Details
-
DateTestEntity
protected DateTestEntity()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getId
-
getDate
Legacy dates -
getTime
-
getTimestamp
-
getDefaultDateNow
-
getDefaultDate2000
-
getLocalDate
Java8 date objects -
getLocalTime
-
getLocalDateTime
-
getDuration
-
setId
-
setDate
Legacy dates -
setTime
-
setTimestamp
-
setDefaultDateNow
-
setDefaultDate2000
-
setLocalDate
Java8 date objects -
setLocalTime
-
setLocalDateTime
-
setDuration
-