Entity

Interface used by database extension methods.

Author

Jan Müller
interface Entity

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
The id of the Entity.
abstract val id: String

Inheritors

Item
Link copied to clipboard
User
Link copied to clipboard