app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.database.local.model
/
RouteEntity
Route
Entity
class
RouteEntity
(
val
routeId
:
Long
=
0
,
var
name
:
String
,
val
description
:
String
)
Members
Constructors
Route
Entity
Link copied to clipboard
constructor
(
routeId
:
Long
=
0
,
name
:
String
,
description
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
var
name
:
String
route
Id
Link copied to clipboard
val
routeId
:
Long
=
0
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean