munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.domain.aggregate
/
MenuItemId
Menu
Item
Id
data
class
MenuItemId
(
val
value
:
String
=
newId()
)
:
UUIDEntityId
Members
Constructors
Menu
Item
Id
Link copied to clipboard
constructor
(
value
:
String
=
newId()
)
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
string
Value
Link copied to clipboard
fun
stringValue
(
)
:
String