openpss / com.hendraanggrian.openpss.db.schemas / PlatePrice

PlatePrice

data class PlatePrice : Document<PlatePrices>, Named

Constructors

<init>

PlatePrice(name: String, price: Double)

Properties

id

lateinit var id: Id<String, PlatePrices>

NoSQL object identifier.

name

var name: String

price

var price: Double

Functions

toString

fun toString(): String

Companion Object Functions

new

fun new(name: String): PlatePrice