munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
ValidityInput
/
Yearly
Yearly
data
class
Yearly
(
val
startMonth
:
Int
,
val
startDay
:
Int
,
val
endMonth
:
Int
,
val
endDay
:
Int
)
:
ValidityInput
Members
Members & Extensions
Constructors
Yearly
Link copied to clipboard
constructor
(
startMonth
:
Int
,
startDay
:
Int
,
endMonth
:
Int
,
endDay
:
Int
)
Properties
end
Day
Link copied to clipboard
val
endDay
:
Int
end
Month
Link copied to clipboard
val
endMonth
:
Int
start
Day
Link copied to clipboard
val
startDay
:
Int
start
Month
Link copied to clipboard
val
startMonth
:
Int
Functions
to
Domain
Link copied to clipboard
open
fun
toDomain
(
)
:
Validity
to
Dto
Link copied to clipboard
fun
ValidityInput
.
toDto
(
)
:
ValidityDto