toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.store
/
StoreHeaderDto
Store
Header
Dto
data
class
StoreHeaderDto
(
val
id
:
Long
,
val
name
:
String
,
val
image
:
String
,
val
location
:
String
,
val
category
:
FoodType
,
val
businessHour
:
String
,
var
description
:
String
)
Members
Constructors
Store
Header
Dto
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
image
:
String
,
location
:
String
,
category
:
FoodType
,
businessHour
:
String
,
description
:
String
)
Properties
business
Hour
Link copied to clipboard
val
businessHour
:
String
category
Link copied to clipboard
val
category
:
FoodType
description
Link copied to clipboard
var
description
:
String
id
Link copied to clipboard
val
id
:
Long
image
Link copied to clipboard
val
image
:
String
location
Link copied to clipboard
val
location
:
String
name
Link copied to clipboard
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String