toggle menu
universal-models
JVM
switch theme
search in API
universal-models
/
org.cryptotrader.universal.library.entity
/
IdentifiableEntity
Identifiable
Entity
@
MappedSuperclass
open
class
IdentifiableEntity
<
T
>
:
Identifiable
<
T
>
Members
Constructors
Identifiable
Entity
Link copied to clipboard
constructor
(
)
constructor
(
id
:
T
)
Functions
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
T
set
Id
Link copied to clipboard
abstract
fun
setId
(
id
:
T
)